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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Redirect page 1

Status
Not open for further replies.

DrDan2

Technical User
Nov 22, 2002
24
GB
I would like to make a page that when opened will open another page. How exactly do I do this?
 
Is there a way to do it using HTML only. I simply want to change the current page to another. e.g. if they type in a URL, it brings up another in the same page that will say something like, "Closed for Maintenance"

Thanks
 
Hi,

You do that using this tag:

<meta http-equiv=&quot;refresh&quot; content=&quot;0;URL=http://www.your-site.com&quot;>

Put that inbetween the <HEAD></HEAD> tag's.

Hope this helps!
greenjumpy.gif
NATE
design@spyderix-designz.com
 
Thanks a bunch. I'll try it as soon as I get home.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top