Automatic redirection

  • Thread starter Thread starter BT
  • Start date Start date
B

BT

How do I create a web page and hyperlink in FrontPage so
that when the page loads, the browser automatically
redirects to hyperlink on the page without having to click
the hyperlink?
 
Use a meta refresh tag placed between the head tags.

<META HTTP-EQUIV=Refresh CONTENT="10; URL=http://myotherpage.htm/">

Will redirect in 10 seconds to myotherpage.htm
Change: Content="10" to the number of seconds you want and change
http://myotherpage.htm/">
to the page you want to open.

hth

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top