I can't seem to get my popup windows to close properly in IE. They close fine in Firefox. Any suggestions on what I should try?
[code=html]
<a href="#" onClick="javasc ript:window.clo se();">close window</a>
[/code]
I've tried window.close(se lf) as well, but that's not working either
[code=html]
<a href="#" onClick="javasc ript:window.clo se();">close window</a>
[/code]
I've tried window.close(se lf) as well, but that's not working either
Comment