Hi
I try to use this loop to delay a page 5 seconds but I get a time out when I use this loop, what am I doing wrong here?
<%
CurrentSecond = Second(Time)
FutureSecond = (CurrentSecond + 5)
Do Until CurrentSecond = FutureSecond
CurrentSecond = Second(Time)
Response.Write CurrentSecond
Loop
%>
Regards
M
I try to use this loop to delay a page 5 seconds but I get a time out when I use this loop, what am I doing wrong here?
<%
CurrentSecond = Second(Time)
FutureSecond = (CurrentSecond + 5)
Do Until CurrentSecond = FutureSecond
CurrentSecond = Second(Time)
Response.Write CurrentSecond
Loop
%>
Regards
M