Previous Example-|-Next Example-|-Return to Chapter Listing

Example 14.6:
Closing Secondary Windows


This secondary window has a Close button:

This is the script we used in the window2.htm document (the one in the secondary window) to create the Close button: <FORM> <input type="button" Value="Close this Window" onclick="self.close()"> </FORM>
Previous Example-|-Next Example-|-Return to Chapter Listing