ConfirmIt Close the browser window

Self close a page using JavaScript. This can be used in a pop-up windows.

//surveyscripting.com

Put this code in your pop-up window:
<a href="javascript:self.close();">Close</a>