从其所有者文档为 iframe 创建返回按钮
我想从它的所有者文档中导航 iframe 历史记录。我的意思是我有一个 iframe 和一个 iframe 之外的按钮,位于 iframe 的父文档中。我想用这个按钮触发 iframe 返回。
有什么建议吗?
I want to navigation in iframe history from it's owner document. I mean I have an iframe, and a button that is out of the iframe, in iframe's parent document. And I want to trigger go back for iframe with this button.
Any suggesstion?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为你需要制作一个java脚本,每次iframe更改时设置一个变量,然后制作一个按钮将该变量插入到src中
i would think that you would need to make a java script that sets a variable each time the iframe changes and then make a button to plug that variable in to the src