[thelist] passing variables through

jelle desramaults nsg_chong at hotmail.com
Fri Sep 14 07:53:58 CDT 2001


guys, i have a little function that contains a setTimeout wich calls upon
itself again
how do i pass the variables along ?

something like this :

function(id)
{
do this do that
setTimeout ("function(id)",300)
}

id needs to be passed along ...
can't seem to do it
setTimeout("function"+id+","300) doesn't work either ... clueless here

any tips ?



Jelle Desramaults
www.sitekick.be




More information about the thelist mailing list