Web Design
ID #1019
HOWTO redirect from a dead page using javascript
Use this template:
<html>
<head>
<SCRIPT LANGUAGE="JavaScript">
<!--
window.location="http://thesolutionguys.com";
// -->
</script>
</head>
<body>
<b>This site has moved!
<br>
If you are not redirected within a few seconds
please click on this link:
<a href="http://thesolutionguys.com">The Solution Guys</a>
</b>
</body>
</html>
======End=========
Don't forget to change the links to suit your own needs. Note the template includes a link incase the viewer has javascript disabled.
Tags: -
Related entries:
Last update: 2007-10-09 19:27
Author: Todd
Revision: 1.1
You can comment on this entry