Extjs History 类和 iframe
以 Extjs 框架中的示例历史记录为例。 它在 Safari 中运行良好。 现在将以下行添加到history.html 页面
<iframe src='http://google.com'></iframe>
现在在Mac Safari 中测试相同的示例。 它就是行不通。 有什么办法解决这个问题吗?
Take the sample history example from Extjs framework. It works fine in Safari.
Now add the following lines to the history.html page
<iframe src='http://google.com'></iframe>
Now test the same example in Mac Safari. It just doesn't work. Any solution to this problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我也有类似的问题。 由于某种原因,我的后退按钮无法控制隐藏的 iframe。 它正在更新 IE 中的主 URL。
I'm having a similar problem. For some reason my back button isn't controlling the hidden iframe. It's updating the main URL in IE.