This is the file (window2.htm) called by the WinOpen function, and displayed in a secondary window. Close this window to return to the main browser window.


This is the script we used to create this Close button: <FORM> <input type="button" Value="Close this Window" onclick="self.close()"> </FORM>