to use setTimeout it has to be in this format
setTimeout('functionName()', 222)
to add a function parameter i do this:
setTimeout('functionName("'+parameter+'")', 222)
that works good but how do i add a functionName?
thanks for any help
P.S. if you dont get what im tring to say please ask for more info
thanks a lot
setTimeout('functionName()', 222)
to add a function parameter i do this:
setTimeout('functionName("'+parameter+'")', 222)
that works good but how do i add a functionName?
thanks for any help
P.S. if you dont get what im tring to say please ask for more info
thanks a lot
Comment