【发布时间】:2015-06-26 02:57:05
【问题描述】:
我可以从另一个子 iframe (__content_iframe) 重新加载 iframe(比如 __tree_iframe)吗?
难度:IE6/7。
更新
显然我应该使用 window.opener 并使用它的 iframes 属性找到 iframe。显然,IE 不支持 window.opener。关于另一种方式的任何想法?
【问题讨论】:
-
IE 确实支持
window.opener,但这是针对弹出窗口,而不是针对 iframe。
标签: javascript iframe internet-explorer-7 internet-explorer-6