Close window link
Example: See the Close Window link in the lower right corner of this page.
Cut the code between the two lines and paste into your web page where you want the link to be. This works on targeted pages only. It will not work on a page that is not opened as a target window. If you navigate directly to a page by selecting a bookmark or keying in a web address, the close window link will not work.
<a href="javascript:window.close();">Close Window</a>
