This is the calling page.

It demonstrates the popup window using javascript (window.open). Its been tested on IE 5.50 and Opera 4.02. Netscape 4.72 doesn't appear to work. If anyone knows why, let me know.

Based on information found at http://htmlgoodies.earthweb.com/beyond/openwin.html#page

<HEAD>

<SCRIPT type="text/javascript" language="javascript">

<!-- window.open ('about.html', 'newwindow', config='height=300, width=600, toolbar=no, menubar=no, scrollbars=yes, resizable=no, location=no, directories=no, status=no') -->

</SCRIPT>

</HEAD>

<BODY>

<!-- onLoad="openindex()" -->

</BODY>

[Home]