gotFusion.com....... Where your adventure begins
Showcase your website at Fusion GalleriesNetObjects Fusion 7 Websites Portal

 


 

If you've changed the address of a page or site and want to put an automatic redirector from the old location, just put this HTML document in the old location.

Copy everthing from <HTML> to </HTML>, paste it into Notepad or your editor of choice and save it as the name of the document your users expected to find. Then ftp it to the location you have vacated.

<HTML>
<HEAD>
<TITLE>Auto Change Page</TITLE>
<SCRIPT>
<!--
function autoChange()
{
var timeID = setTimeout("location.href= 'http://yoursite.com'", 5000)
}
//-->
</SCRIPT>
</HEAD>
<BODY onload="autoChange()">
The address of "Yoursite.com" has changed.
You will be taken to the new address in five seconds.
Please change your bookmarks if you have bookmarked the page.
</BODY>
</HTML>

Note that the timeout is 5000. This means 5000 milliseconds which is 5 seconds. Change it if you want to make a different delay. Also, of course, change the URL to that of your new address and change the message to suit yourself.

Return to the TOP of this page


|  Fusion  |  Web Design  |  Hosting  |  Resources  |  gotFusion Store  | 

Problems with this page?  

All content copyright © 2002 gotFusion LLC.  The name gotFusion and the gotFusion ® logo are registered trademarks of gotFusion LLC
Copyright, legal notice & privacy statement