javascript problem in IE8
- by Pankaj
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.