Window - hhwinclose

Closes a window in IE 5.x only.  Allows you to close a browser window without the Users permission.  If using IE, the window.close() command will prompt for the users permission to close the window if the window was not opened by the window.open() command or as a new window.  Gives the following error in IE 6.0 - "This operation can only function within HTML Help"

If you want more information on closing a browser window see "Closing Browser Windows".  The rule in a nutshell is if the browser window was created by the user, then you can't close the window without the users permission.

For hhwinclose.Click() to work you must embed an object into your html page:

Resources