【发布时间】:2013-06-20 20:53:19
【问题描述】:
遇到了一个小问题,即在父 iframe 中运行的内部 iframe 未在 IE 中显示其内容(适用于所有其他浏览器)。如果 iframe src URL 符合 ssl,则显示 iframe 内容的唯一方法。
这是 IE 的已知问题或场景,并且由于安全问题而阻止子 iframe?
【问题讨论】:
标签: internet-explorer iframe cross-domain
遇到了一个小问题,即在父 iframe 中运行的内部 iframe 未在 IE 中显示其内容(适用于所有其他浏览器)。如果 iframe src URL 符合 ssl,则显示 iframe 内容的唯一方法。
这是 IE 的已知问题或场景,并且由于安全问题而阻止子 iframe?
【问题讨论】:
标签: internet-explorer iframe cross-domain
是的,如果包含内容的页面是 https://,IE 将阻止所有带有 http:// URL 的内容(包括 iframe)
【讨论】: