Monday, April 13, 2009

window.open in IE is not working?

Here is the simple solution to solve this issue. This is kind of typo issue. IE doesnt accept to use white spaces on title in the window.open method.

For eg:
-------

window.open("http://www.railsthinker.blogspot.com","Rails Thinkers Page");


This should be...


window.open("http://www.railsthinker.blogspot.com","Rails_Thinkers_Page");


Lets Keep on upgrade... dont waste your precious time

No comments: