Himself
01-19-2009, 12:32 PM
I'm using the javascript window.open command on my site to open up explanatory information windows. Everything works fine on Firefox, Chrome, and Safari, but IE7 opens another tab instead of a popup window. Is this a Microsoft problem? Is there a workaround? Am I doing something non-standard? The code is as follows:
[quote]functionpopcontact(){
window.open('contact.html','popcontact','toolbar=n o,location=no,directories=no,status=no,menubar=no, resizable=no,copyhistory=no,scrollbars=no,width=58 0,height=520,top=125,left=275');
}</CODE>
[quote]functionpopcontact(){
window.open('contact.html','popcontact','toolbar=n o,location=no,directories=no,status=no,menubar=no, resizable=no,copyhistory=no,scrollbars=no,width=58 0,height=520,top=125,left=275');
}</CODE>