[thelist] passing variables through

Richard Bennett mail at richardinfo.com
Fri Sep 14 08:03:11 CDT 2001


Doesn't it work like this?:

setTimeout("function("+id+")","300)

Richard.
www.richardinfo.com


----- Original Message ----- 
From: "jelle desramaults" <nsg_chong at hotmail.com>
To: <thelist at lists.evolt.org>
Sent: Friday, September 14, 2001 2:51 PM
Subject: [thelist] passing variables through


> 
> 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
> 
> ---------------------------------------
> For unsubscribe and other options, including
> the Tip Harvester and archive of TheList go to:
> http://lists.evolt.org Workers of the Web, evolt ! 
> 





More information about the thelist mailing list