iframe 位置为空

发布于 2024-07-19 19:50:51 字数 171 浏览 2 评论 0原文

有时我使用:

window.frames[framename].location.href

..only 来查找 firebug 报告 window.frames[framename].location 为 null,为什么会这样?

Sometimes I use:

window.frames[framename].location.href

..only to find firebug reporting window.frames[framename].location is null, why would this be?

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

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

发布评论

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

评论(1

念﹏祤嫣 2024-07-26 19:50:51

该框架是否在另一个域中? 您可能会发现自己受到限制,因为您无法访问其他域的内容(例如 XSS)

Is the frame in another domain? you might find yourself being restricted because you can't access content from another domain (e.g. XSS)

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