javascript problem in IE8

Posted by Pankaj on Stack Overflow See other posts from Stack Overflow or by Pankaj
Published on 2010-05-11T07:57:13Z Indexed on 2010/05/11 8:04 UTC
Read the original article Hit count: 243

Filed under:
|

This code is not working on IE8

window.open(url, "find_users",
"resizable=yes,scrollbars=yes,menubar=no,toolbar=no,location=no,status=yes,height=300,width=500");

I am getting Object Expected error in only IE8, its working fine in all other brouser.

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about ie8