[HTML help] Auto-redirect

randomling

First Post
I know there's an HTML tag or Javascript script out there somewhere that will auto-redirect a page. The kind of thing you get when a website has moved, and they leave an auto-redirect on their old page so you get automatically sent to the new one.

I need this kind of thing for a small project I have. Anyone know the code I need?

Thanks in advance!
 
Last edited by a moderator:

log in or register to remove this ad

randomling said:
I know there's an HTML tag or Javascript script out there somewhere that will auto-redirect a page. The kind of thing you get when a website has moved, and they leave an auto-redirect on their old page so you get automatically sent to the new one.

I need this kind of thing for a small project I have. Anyone know the code I need?

Thanks in advance!
<meta http-equiv="refresh" content="2;url=http://www.jhanson.com/">

The 2 is the number of seconds to wait before redirecting.
 


Remove ads

Top