Closed Thread Icon

Preserved Topic: how do i redirect the user immediate... (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=20437" title="Pages that link to Preserved Topic: how do i redirect the user immediate... (Page 1 of 1)" rel="nofollow" >Preserved Topic: how do i redirect the user immediate... <span class="small">(Page 1 of 1)</span>\

 
hallon
Bipolar (III) Inmate

From: Karlstad, sweden
Insane since: Feb 2002

posted posted 02-15-2002 14:55


when entering an old url I want to redirect the user immediate to a new up to date url...
how do i redirect a user to a new url immediate using html???

in asp its simple: response.redirect "new url"
aswell as with javascript: window.location.href "new url"

but can I do this using html????


/my opinion only...
/m

kuckus
Bipolar (III) Inmate

From: Berlin (almost)
Insane since: Dec 2001

posted posted 02-15-2002 15:36
code:
<head>
<meta http-equiv="refresh" content="1; URL=http://www.ozoneasylum.com">
</head>


This will redirect your visitors to the Asylum 1 second after the page is loaded.

kuckus


hallon
Bipolar (III) Inmate

From: Karlstad, sweden
Insane since: Feb 2002

posted posted 02-15-2002 15:46

thanks a lot!!!

/my opinion only...
/m

kuckus
Bipolar (III) Inmate

From: Berlin (almost)
Insane since: Dec 2001

posted posted 02-15-2002 15:49



St. Seneca
Paranoid (IV) Inmate

From: 3rd shelf, behind the cereal
Insane since: Dec 2000

posted posted 02-15-2002 16:23

Could you not set the content attribute to 0?

mr.maX
Maniac (V) Mad Scientist

From: Belgrade, Serbia
Insane since: Sep 2000

posted posted 02-15-2002 17:28

Yes you can also set refresh interval to 0 value...


Synthetic
Paranoid (IV) Inmate

From: under your rug,
Insane since: Jul 2001

posted posted 02-16-2002 16:37

You might want a second or two to display to them that they are being re-directed, and let them know to update their bookmarks and such...

« BackwardsOnwards »

Show Forum Drop Down Menu