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:
  1. <a href="javascript:self.close()">click here</a>