[thelist] setInterval arguments (for IE6)

joe stowaway at uklinux.net
Mon Jul 5 08:06:58 CDT 2004


Andreas Wahlin wrote:

>How can I pass arguments in to a setInterval?
>I tried
>
>  
>
hey Andreas

I seem to recall that passing arguments using setInterval is done as 
follows:

setInterval(function_name, interval_in_ms, arg1, arg2, arg3, etc)

This is certainly how it's done it Actionscript 2.0 which is supposed to 
be based on JavaScript 2.0.

hth

Joe


More information about the thelist mailing list