Joined: Tue Mar 27, 2007 10:55 pm Posts: 2279 Location: Earth Has thanked: 39 time Have thanks: 61 time
Following example is a common for redirecting your current page using the meta tag , in this case you specify the URL of the target and the number of second to wait before the redirection.
Code:
<html> <head> <title>Redirect to a new page using meta tag</title> <meta http-equiv="Refresh" content="10;url=http://www.codemiles.com"> </head>
<body> <p> Sorry the page requested is not found ,you will be redirected to the codemiles community <a href="http://www.codemiles.com"> here</a> after 10 seconds. </p>
</body> </html>
_________________ Currenlty programming with : java , html , php , and javascript . (OCJP-6 certified )