在 iframe 的父级中调用 javascript 外部文件中的函数
如何调用添加到 iframe 父级的外部 javascript 文件中的 javascript 函数?我在 iframe 中尝试了 parent.function()
但没有成功。
How do you call a javascript function that is in an external javascript file that was added to the parent of an iframe? I tried parent.function()
in the iframe but that didn't work.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试使用 window.parent.document
try using window.parent.document