History.js 和 iFrame - 刷新案例

发布于 2024-12-22 13:50:40 字数 331 浏览 1 评论 0原文

我正在尝试管理包含多个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文