T
Tucker Knight
If you have an intro page, (index.htm) then after 15secs you would like to
redirect user to say page 2
how do you do it????
redirect user to say page 2
how do you do it????
Steve Easton said:With a meta refresh tag between the head tags.
<META HTTP-EQUIV=Refresh CONTENT="15; URL=page2.htm">
will open page2.htm in 15 seconds.
--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
DI said:Copy the following into the head of your document.
<meta http-equiv="refresh" content="6; url=http://www.abc.com/">
the 6 is the time in seconds before the browser forwards the user
replace www.abc.com with the URL you want it to redirect to
Also good idea to add a manual link and text - this page has moved