Back to Scripts page
Click in the box below, select all and copy to grab the script
<HTML> <HEAD> <TITLE>You should have JavaScript!</TITLE> <SCRIPT LANGUAGE=JAVASCRIPT1.1> <!-- Hide script from older browsers // This script copyright 1997, Tom Negrino and Dori Smith. // This script is from "JavaScript for the WWW, Visual QuickStart Guide, 2nd Ed." // For more information, see <http://www.chalcedony.com/javascript/>. // This script may be used and modified, but the copyright notice must remain intact. window.location="intro4.html" // End hiding script from older browsers --> </SCRIPT> </HEAD> <BODY BGCOLOR=WHITE> <H2>You won't get much from this site without the latest version of JavaScript--I suggest that you upgrade now!</H2> </BODY> </HTML>