Log in

View Full Version : Redirect



Freeman
12-13-2005, 05:02 PM
<html>
<head>
<title>stats</title>
<p align="left">
PLease wait you are being redirected. If page dosen't redirect
<a href="site">click here</a></p>

<meta http-equiv="refresh" content="3;site">


</head>
</html>


When I put this page up it redirects to itself over and over again. What is the problem? Thanks, JF

Twey
12-13-2005, 05:46 PM
<meta http-equiv="refresh" content="3;url=site">