当顶部框架位于Chrome中的另一个域上时,是否可以获取top.location.href?

发布于 2024-12-09 15:50:49 字数 224 浏览 0 评论 0原文

我刚刚注意到我们在使用时遇到了一个错误:

top.location = top.location.href;

刷新外部页面。然而,当框架位于不同的域时,Chrome 似乎不会为您提供具有属性的 top.locationparent.location 对象。有什么解决方法吗?这在 Firefox 中运行良好。

I just noticed we have been having a bug when we've been using:

top.location = top.location.href;

To refresh the outer page. However it seems that Chrome doesn't give you a top.location or parent.location object with properties when the frame is on a different domain. Is there any workaround? This works fine in Firefox.

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

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

发布评论

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

评论(1

请别遗忘我 2024-12-16 15:50:49

这样做似乎可以实现我想要的:

top.location.href = ""

Doing this seem to accomplish what I want:

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