Forum Moderators: open

Message Too Old, No Replies

Timed redirect -- how?

for construction page

         

Gish

8:57 am on Dec 13, 2003 (gmt 0)



I'm sure this has been asked before but i can't seem to find it in the forums how do you set up a redirect so that it it is timed ie. user sees page up for 10 seconds then is redirected elsewhere? Also any (preferably free) reference guides on javascript would be helpfull so i don't clutter up the forums.

DrDoc

5:55 pm on Dec 13, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to Webmaster World!

For your needs, a non-JavaScript solution, such as META Refresh, would be best. Just put something like this in the document head:

<meta http-equiv="Refresh" content="10; url=page.html">

The page will redirect to

page.html
after 10 seconds...