Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by whitelisting our website.

window.open in IE (invalid argument)

A quick IE issue. Calling window.open() with spaces in the window name as a second parameter will generate an error in IE but works fine in Firefox, Chrome..
Example:

window.open(‘myPage.html’, ‘My New Page’);

will generate error

window.open(‘myPage.html’, ‘MyNewPage’);

will not generate any error 🙂

Leave a Reply

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

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Wordpress Social Share Plugin powered by Ultimatelysocial