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

Redirecting to another web page

Status
Not open for further replies.

sjf

Technical User
Jan 1, 2001
56
AU
How easy is it using Javascript to automatically redirect to another web page? ie. I have a site that has an old web on it and I want to automatically redirect to my new domain from that old site. What script would I use to do this?
 
You may want to setTimeout() for a few seconds so that visitors can read your "we have moved" page.

Why not use a <meta> refresh? That would be more widely compatible I think.
Sincerely,

Tom Anderson
CEO, Order amid Chaos, Inc.
 
Thanks guys, should work perfectly.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top