window open not working in Internet Explorer (javascript)
<a href=”contactus.php?act=contactus” onclick=”javascript:window.open(’contactus.php?act=contactus’ ,’contactus‘,’width=564PX,height=600PX,scrollbars=yes,top=0,left=0′); return false;”>
Contact Us</a>
in the above code when the highlighted window name is given without space..
But by mistake if u give a space in between the name like “contact us” then this will not work in Internet Explorer and the same will work in Mozilla Firefox
Posted by Suresh B