Back to Scripts page
Click in the box below, select all and copy to grab the script
<HTML> <HEAD> <TITLE>Big Window</TITLE> </HEAD> <BODY BGCOLOR=WHITE> <SCRIPT LANGUAGE=JAVASCRIPT> <!-- Hide script from old 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. newWindow = window.open('window11a.html', 'newWin', 'toolbar=yes,location=yes,scrollbars=yes,width=300,height=100') // End hiding script from old browsers --> </SCRIPT> <CENTER><H1>Welcome to this page!</H1> <FORM NAME=outputForm> <INPUT TYPE=TEXT SIZE=20 NAME=msgLine VALUE=""> </FORM> </CENTER> </BODY> </HTML>