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

Digg it! Print this record Send to a friend Show this as PDF file
Propose a translation for Propose a translation for
Please rate this entry:

Average rating: 4 out of 5 (1 Votes )

completely useless 1 2 3 4 5 most valuable

You can comment on this entry