如何在Chrome中访问iframe父页面的功能?

时间:2016-12-12 02:54:06

标签: javascript google-chrome iframe

我有Page1.html,它有一个iframe。 iframe包含Page2.html。如何从Page2.html访问Page1.html的功能?我可以在Internet Explorer中执行此操作,但Chrome中的任何内容都无效。

1 个答案:

答案 0 :(得分:1)

您可以使用:

window.parent.yourfunction()
    "<span onclick="parent.myfunc()>test<\span>"