Sample Pop-up Page

This HTML page pops up in the new window. Using this method the original window is maintained as a focus.


The following Javascript source creates the close button below:

<FORM name="XForm">
<input type="button" 
    value="close" 
    onClick="self.close()">
</FORM>