我正在尝试使用 window.showModalDailog() 方法创建一个可变大小的 POP UP。但它总是打开到默认的小尺寸窗口。
<html>
<body>
<a href="#" onclick="javascript:void window.showModalDialog('http://www.google.com','width=950,height=950,toolbar=0,menubar=0,location=0,status=1,scrollbars=0,resizable=0,left=0,top=0');return false;">Pop-up Window</a>
</body>
</html>
问题:上面的代码没有打开大小(950 * 950)的窗口,尽管每次它在 IE11 中打开一个默认的小尺寸窗口。