iframe 中的后退按钮(BUG?)
我正在尝试使用 javascript 在 safari 的 iframe 中实现后退按钮。基本上,我使用 5 个 iframe 创建了一个网站。在其中一个 iframe 中,有一个使用简单 JavaScript 的后退按钮。
<a href="javascript:history.back()">« Go back</a>
在 IE 中似乎一切正常,但当我在 Safari 中测试我的网站时,此“后退”按钮的行为就像使用 window.history.go(-1)
一样。
我还阅读了此链接:http://benalman。 com/code/projects/jquery-hashchange/examples/bug-webkit-hash-iframe/ 我不知道该怎么做。
有解决这个问题的想法吗?还尝试了 javascript: self.history.go(-1)
但没有运气。
I am trying to implement a back button in an iframe for safari using javascript. Basically, I created a website using 5 iframes. In one of those iframes, there is a back button that uses simple javascript.
<a href="javascript:history.back()">« Go back</a>
Everything seems to work fine with IE but when I test my website in Safari this Back button acts like it is using window.history.go(-1)
.
I also read this link: http://benalman.com/code/projects/jquery-hashchange/examples/bug-webkit-hash-iframe/ and I am not sure what to do.
Any ideas to fix this issue? Also tried javascript: self.history.go(-1)
but had no luck.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论