这是我的 IE 特定问题:如何防止我iFrame
从其父 HTML 页面以兼容模式显示?
我想为这个问题找到一个 JavaScript 解决方案。
这是我的结构:
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=IE7" />
</head>
<body>
<iframe id='frameMain' src='http://example.com' />
</body>
</html>
iFrame
frameMain
也会以兼容模式(IE=IE7)显示,但我不想要这个!
你们中有人知道 JavaScript(或任何其他技巧)iFrame
在 IE=edge 中显示吗?
请帮我!
问候克劳斯