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 🙂

JavaScript/ jQuery Error ‘expected identifier, string or number’ in IE

IE sucks... and nothing to do coz. it's windows default browser. Hi this is my first post on JavaScript in my blog.. 🙂 I get a new error (JavaScript Error ‘expected identifier, string or number’ in IE) in JavaScript on IE when developing an application and got a solution on googling and post this here.... … Continue reading JavaScript/ jQuery Error ‘expected identifier, string or number’ in IE