![]() |
|
|
+ Search |
![]()
|
Oct 6th, 2005 04:18
Stephen Stamp, Jean-Bernard Valentaten, Joanna Schock,
Have you ever heard of setInterval()???
That's what it is made for.
HTH
try this works well
<script language="JavaScript">
NO_OF_SECONDS = 150;
self.setTimeout('document.location=document.location',
NO_OF_SECONDS * 1000);
</script>
Regards
SSWarlord