gpt4 book ai didi

internet-explorer-10 - IE 10 Beta - window.showModalDialog 在打开包含框架集的窗口时忽略 dialogHeight 和 dialogWidth

转载 作者:行者123 更新时间:2023-12-04 05:28:21 24 4
gpt4 key购买 nike

注意:问题仅在 IE 10 Beta 版中出现

场景:
a.html 有 showModalDialog 来打开 b.html:
window.showModalDialog(b.html, self, 'dialogHeight=800px;dialogWidth=900px');
b.html 中有框架集:
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="somefile.aspx.vb">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN">
<HTML>
<HEAD>
Some Title
</TITLE>
</HEAD>
<frameset rows="40px,*" border="0" frameSpacing="0" frameBorder="0">
<frame src="myfile.aspx" noresize height="100%" width="100%" scrolling="no">
</frameset>
</HTML>

问题:
当我尝试使用 a.html 中的 window.showModalDialog 打开 b.html 时,尽管我提供了 dialogHeight 和 dialogWidth,但弹出窗口出现在一个小窗口中。这只发生在 IE10 上。我正在使用测试版。请帮忙。

最佳答案

我已经能够通过指定 document compatibility mode 来解决这个问题。在最帧页面中:

<meta http-equiv="x-ua-compatible" content="IE=7" >

关于internet-explorer-10 - IE 10 Beta - window.showModalDialog 在打开包含框架集的窗口时忽略 dialogHeight 和 dialogWidth,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12928745/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com