Automatically close a window in FireFox

You may run into an issue trying to close a created window in FireFox, this javascript usually does the trick on your close link:

window.open(’java script:window.close();’,’_self’,’’);

This entry was posted in JavaScript. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>