History.js 和 iFrame - 刷新案例
我正在尝试管理包含多个 iFrame 的页面的状态。我想要实现的目标如下:
1)刷新父页面时,iFrames 中的内容应保持相同状态(一个很好的例子是 Facebook iFrame 应用程序用例)
2)单击“后退”按钮时,仅显示内容其中一个 iFrame 的返回历史记录中的 1 页/步
iFrame 包含仅客户端呈现页面、仅服务器端呈现页面(包括静态 HTML)和混合页面。
有没有简单的方法可以做到这一点?我尝试使用history.js,但是当我刷新页面时,它会返回到iFrame加载的第一个页面。我假设我没有正确使用它,但文档也不太容易遵循。
谢谢, 杰克
I'm trying to manage the state of a page, which contains several iFrames. What I'm trying to achieve are as follow:
1) When refreshing parent page, the content in iFrames should stay in the same state (a good example is a Facebook iFrame app use case)
2) When clicking Back button, only the content of one of the iFrames go back 1 page/step in the history
The iFrames consist of both client-side rendering only pages, server-side rendering only pages (including static HTML), and mixed.
Is there an easy way to do this? I tried using history.js, but when I refresh the page, it goes back to the first page that the iFrame was loaded with. I'm assuming that I'm not using it right, but the documentation is also not very easy to follow.
Thanks,
Jack
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论