iframe 中的 Google 文档以及保存和保存关闭按钮

发布于 2024-08-29 00:33:34 字数 306 浏览 3 评论 0原文

我在我的项目中使用 Google 文档,并使用其 API。

我正在使用 http://fancybox.net/ jquery 插件在模态窗口 iframe 中加载文档

它工作正常,但是当在 Google Docs 中,按下保存并关闭按钮,它会关闭 iframe 并将当前页面重定向到 Google Docs,那么有什么方法可以阻止重定向到 Google Docs 并仅关闭模式窗口呢?

谢谢。

I am using Google Docs in my project using its API.

I am loading docs in modal window iframe using http://fancybox.net/ a jquery plugin

It works fine but when in Google Docs Save and Close button is press, it closes the iframe and redirects the current page to Google Docs, So is there any way I can prevent the redirection to Google Docs and just close the modal window?

Thank You.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

[旋木] 2024-09-05 00:33:34

我在 SO 上发现了一些其他涉及此类问题的问题;

如何防止 IFRAME 重定向顶级窗口

如何防止 IFRAME 重定向顶级窗口

基本上,它涉及使用“window.onbeforeunload”函数来终止 iframe(如果它尝试重定向)。

There are a few other questions i've found on SO that deal with this type of question;

How to prevent IFRAME from redirecting top-level window

How to prevent IFRAME from redirecting top-level window

Basically it involves using the 'window.onbeforeunload' function to kill the iframe if it attempts to redirect.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文