2.26.2006

Code: Redirecting

This is the code for redirecting someone to a new site.

<html>
<head>
<meta http-equiv="Refresh"
content="5;url=http://blogger.com">
</head>

<body>
<p>
Redirecting you: <a href="http://blogger.com">Blogger</a>
</p>

<p>
You will be redirected to the new address in five seconds.
</p>

<p>
If you see this message for more than 5 seconds, please click on the link above.

</p>

</body>
</html>


Find: content="5;
Change the "5", to any amount of seconds. This determines how fast someone will be redirecting.

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home