Back to Scripts page
Click in the box below, select all and copy to grab the script
<HTML> <HEAD> <TITLE>Parent Window</TITLE> <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('panel.html', 'newWin', 'width=225,height=200') // End hiding script from old browsers --> </SCRIPT> </HEAD> <BODY BGCOLOR=WHITE> <CENTER><H1>JavaScript for the World Wide Web, 2nd Edition</H1> <H2>by Tom Negrino and Dori Smith</H2> <IMG SRC="javascript2ed.gif" WIDTH="109" HEIGHT="140" BORDER="0"> </CENTER> </BODY> </HTML>