/ Published in: JavaScript

just close() wont always do it in ff, so use this: (yeh cba to edit out escapes)
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<a href=\"javascript:window.open('','_parent','');window.close();\">Close Window</a>
Comments
