Timing a page???

windows

Guest
Hi All,<br />
I am trying to find the code for allowing the viewer to see a page, then in 20 seconds or so, it automatically goes onto the next page without them clicking on something.<br />
<br />
I know someone on the WWW will answer, so I'll thank you all now. Thank you, thank you, thank you.<!--content-->Very simple really: (or at least I think it is :D)<br />
<br />
Just paste this between the <HEAD> </HEAD> tags:<br />
<br />
<META HTTP-EQUIV="Refresh" CONTENT="20; URL=nextpage.html"><br />
<br />
After 20 seconds of being on this page, your visitor will automatically be moved on to another page.<br />
<br />
You can change the bold variables to whatever you want.<!--content-->
 
Back
Top