Creating a link to close a frameset
Currently the HTML Help ActiveX Control Close command does not work properly with Web pages that contain frames. Because of this, you will need to create a special link to close such pages. This link will close the main browser window and all of the frames it contains.
To close a window that contains a frameset:
- Open the HTML file in which you want to include the link.
- Position your cursor where you want the link to appear.
- Add the link using the following syntax:
<A HREF=JavaScript:window.top.close()>Close</A>