Wednesday, February 18, 2009

How to use JavaScript to close an IE7 browser window without seeing the confirmation dialog?

<a href="javascript: window.open('','_parent','');window.close();">Close this window!</a><br />