Forum Moderators: open
I'd also like to have a "close this page" button that just closes the current page, no linking to another page.
I suspect these are pretty simple routines... only problem is I have never needed them before and don't know how to do them.
Can anyone assist with code or a reference?
Thanks
If a window was opened by javascript, then that new window document can include this code in the BODY:
<a href="javascript:self.close()">Click Here to Close This Window</a>