Back to Scripts page
Click in the text area below, select all and copy to grab the script
Script listing:
<HTML> <HEAD> <TITLE>You should have JavaScript!</TITLE> <SCRIPT LANGUAGE="JAVASCRIPT1.2" TYPE="TEXT/JAVASCRIPT"> <!-- Hide script from old browsers window.location="jswelcome.html" // End hiding script from old 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>