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