当前位置 : 主页 > 网页制作 > html >

html – IE中的空白iFrame

来源:互联网 收集:自由互联 发布时间:2021-06-12
我有一个iframe: iframe src="http://externaldomain.com/something.html" 如果来自externaldomain.com的something.html有css: html { position: relative; } 在IE中,它会将iframe呈现为空白.所有其他浏览器都没问题. 有人
我有一个iframe:

<iframe src="http://externaldomain.com/something.html">

如果来自externaldomain.com的something.html有css:

html { position: relative; }

在IE中,它会将iframe呈现为空白.所有其他浏览器都没问题.

有人知道解决方案吗?记住相同的原产地政策.我无法使用javascript更改iframe中的任何内容或更改css,因为iframe src是外部的.

谢谢.

我首先阅读这个 Another Cross Domain iFrame Communication Technique然后再看一个更优雅的AJAX解决方案.我已经看到很多情况下跨域iframe不起作用(并且有充分理由).

IFrame在邪恶之轴(IMO)中比IE高出一步

网友评论