PDA

View Full Version : Automatic Redirection script



Carboran
March 25th, 2002, 21:48
Hi! Does anyone know where I can find a scrip, which directly redirects people to another page? You know, like "Click here if you are not automatically redirected in 5 seconds"

Thanks in advance

Well it is back to the "Banking System and the "Unlimited" coinage of Silver" for me. AP US History is a demanding subject.

shizzle
March 25th, 2002, 21:53
Well...it's actually simple javascript...or you could simply make a page that says "Click here if you are not automatically redirected in 5 seconds" yet put no scripting whatsoever so that they have to click the link.

Carboran
March 25th, 2002, 22:01
Well, yeas, but I want to have a scipt, so where can I find it?

ducktape
March 25th, 2002, 22:10
<HTML>
<head>
<meta HTTP-EQUIV="Refresh" CONTENT="5; URL=index.php">
</head>
</HTML>


Sorry, this page was not found. In a few seconds, you will be redirected to our main page...


this is my 404 page.


try
javascripts.com
javascriptsource.com
hotscripts.com

Carboran
March 25th, 2002, 22:11
Thanks a bunch!

ducktape
March 25th, 2002, 23:26
no problem ;)