/ Published in: JavaScript
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<html> <head> <SCRIPT LANGUAGE="JavaScript"> <!-- window.location="http://www.go.here/whatever.html"; // --> </script> </head> <body> <p>If this page does not re-direct you automatically, please <a href="http://www.go.here/whatever.html">click here</a>.</p> </body> </html>