Javascript code snippets27 Apr 2006 11:35 am
Simple javascript to add a Close link to any page that will close the browser window the link resides in... good for popups and the like
CODE:
-
<a href="javascript:self.close()">click here</a>