开发者

Javascript popup different size in different browsers?

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="windo开发者_运维技巧w.open('/sitecollectiondocuments/myPage.htm',&#13;&#10;'welcome','width=630,height=590')" href="javascript:void(0)"></A>


window.open('/sitecollectiondocuments/myPage.htm','welcome','width=630,height=590').resizeTo(630, 590)
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜