|
Use the following HTML code to automatically forward a visitor to a new page. Simply replace the four occurrences of www.YourWebSite.com with the URL of your destination page and save the document under any name on your web site. <html> <head>
<title>Document Relocated</title>
<META HTTP-EQUIV="REFRESH"
CONTENT="0; URL=http://www.YourWebSite.com/">
<script language="JavaScript">
<!--
var ReferTo="http://www.YourWebSite.com/";
location=ReferTo;
//-->
</script>
</head>
<body onload="location=ReferTo;"> This document has been moved to a new location. Please bookmark the new location at <a href="http://www.YourWebSite.com/">www.YourWebSite.com</a>. </body> </html>
web errors ||
hit counter ||
web statistics ||
ad statistics
|
|
home || search || site info || email || usage conditions This page was last updated on 06/14/01 01:13:21 AM. |