[thelist] Javascript - loop a setTimeout()

Meredith Howle mehowle at nubridges.com
Mon Jan 13 21:57:00 CST 2003


Craig-
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

> Is there a way to loop a setTimeout() function in
> JavaScript?
> setTimeout("WarningWindow()",5000);
> I'm using it in the <.body> onLoad.
>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

Have you tried the setInterval() function?

Meredith



More information about the thelist mailing list