<html>
<head>
<title>This page has moved -- your browser will be redirected in 5 seconds</title>
<SCRIPT LANGUAGE="JavaScript">
<!--
function redirect () { setTimeout("go_now()",5000); }
function go_now () { window.location.href =http://youpagegoeshere.html; }
//-->
</SCRIPT>
</head>
<meta http-equiv="refresh" content="0,http://www.google.com/">
Originally posted by: Need4Speed
good way:
<html>
<head>
<title>This page has moved -- your browser will be redirected in 5 seconds</title>
<SCRIPT LANGUAGE="JavaScript">
<!--
function redirect () { setTimeout("go_now()",5000); }
function go_now () { window.location.href =http://youpagegoeshere.html; }
//-->
</SCRIPT>
</head>
better way:
<meta http-equiv="refresh" content="0,http://www.google.com/">
(note that this requires configuring your server, or playing with .htaccess or something)301 Document Moved Permanently
Best way:
(note that this requires configuring your server, or playing with .htaccess or something)301 Document Moved Permanently
