Javascripts > Misc Javascripts > Simple Javascript Redirect
Script Title: Simple Javascript Redirect
Description: A SMALL SCRIPT THAT LINK ONE PAGE TO ANOTHER WITH OUT ANY MOUSE CLICKS A small javascript that will redirect to another page without any mouse clicks.
Example: Available
Copy the following code into your <HEAD></HEAD> tags.<script> <!-- Begin redirTime = "1200"; redirURL = "http://www.java-scripts.net"; function redirTimer() { self.setTimeout("self.location.href = redirURL;",redirTime); } // End --> </script>
Copy the following code INTO your <BODY> tag.<BODY onLoad="redirTimer()">
Enter your name and email address to have this script sent right to your Inbox for later viewing. First Name Last Name Email