Return to Snippet

Revision: 4634
at January 14, 2008 09:01 by smartalec


Initial Code
<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>

Initial URL


Initial Description


Initial Title
Redirect a browser via JavaScript

Initial Tags
redirect, browser

Initial Language
JavaScript