Javascript popup different size in different browsers?

Posted by Zolomon on Stack Overflow See other posts from Stack Overflow or by Zolomon
Published on 2010-04-23T14:15:38Z Indexed on 2010/04/23 14:33 UTC
Read the original article Hit count: 133

Filed under:
|
|

How come this pop-up gets a size other than what I have specified, when testing it in IE6 and FireFox 3.6? Firefox displays it correctly but IE6 is smaller for some reason. (620x530 instead) How can I fix it?

<A id="myID" onclick="window.open('/sitecollectiondocuments/myPage.htm',&#13;&#10;'welcome','width=630,height=590')" href="javascript:void(0)"></A>

© Stack Overflow or respective owner

Related posts about html

Related posts about JavaScript