Several attempts at generating JavaScript code to close a browser window were abandoned when the enclosed piece of HTML was discovered.

Adoption of the line of code shown below bypassed the problem differences between the implementation of Javascript in Netscape and Internet Explorer.

<CENTER>
<FORM>
<INPUT type='button' value='Close Window' onClick='window.close()'>
</FORM>
</CENTER>