Closed Thread Icon

Topic awaiting preservation: Redirecting (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=7977" title="Pages that link to Topic awaiting preservation: Redirecting (Page 1 of 1)" rel="nofollow" >Topic awaiting preservation: Redirecting <span class="small">(Page 1 of 1)</span>\

 
Skatefx
Bipolar (III) Inmate

From: Small Patch of Grass in CT
Insane since: Mar 2001

posted posted 12-10-2001 08:13

Can someone give me some good code to redirect to another page after like 1-2 seconds.

GRUMBLE
Paranoid (IV) Mad Scientist

From: Omicron Persei 8
Insane since: Oct 2000

posted posted 12-10-2001 09:31

javascript i suppose.

window.setTimeout("document.location='http://anywhere'",1000);



lallous
Paranoid (IV) Inmate

From: Lebanon
Insane since: May 2001

posted posted 12-10-2001 10:24
quote:
<head>
<meta http-equiv="refresh" content="2;URL=myfile.htm">
</head>



where the number is the number of seconds, and the url...

mr.maX
Maniac (V) Mad Scientist

From: Belgrade, Serbia
Insane since: Sep 2000

posted posted 12-10-2001 21:25

You can also do this with PHP...

<?php

header("Refresh: 2; URL=example.html");
exit();

?>


bitdamaged
Maniac (V) Mad Scientist

From: 100101010011 <-- right about here
Insane since: Mar 2000

posted posted 12-10-2001 21:58

heh,

now that's a comprehensive selection of responses



:[ Computers let you make more mistakes faster than any other invention in human history, with the possible exceptions of handguns and tequila. ]:

Bugimus
Maniac (V) Mad Scientist

From: New California
Insane since: Mar 2000

posted posted 12-10-2001 22:33

It's like going to a Teriyaki restaurant and ordering a sampler plate

« BackwardsOnwards »

Show Forum Drop Down Menu