Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

automatically redirect web page to another URL

Status
Not open for further replies.

aerta

Technical User
Apr 30, 2007
1
GB
Can anyone tell me how I get a web page to immediately and automatically redirect itself to another URL?

Thanks
 
Place the following meta tag between inside the < head> and < /head> tags in your source code:
<meta http-equiv="refresh" content="0;url=../path_to_new_page/index.html">

This will redirect after 0 seconds. If you don't feel comfortable editing source code open your page in layout view and open head area of your page. GoLive uses a clock icon to represent this tag. Select it and you can change the settings in the inspector.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top