如何使用“window.parent.document”不同域的 iframe 之间

发布于 2024-10-27 01:25:44 字数 209 浏览 2 评论 0原文

我有 JSP“A”和 JSP“B”,JSP“B”被配置为 JSP“A”中的 iframe,但两者位于不同的域中。当我尝试使用 jQuery $("#id_parent_element", window.parent.document) 通过 JSP“A”中包含的 id 访问元素时,权限被拒绝。有没有办法解决这个问题,而不必将两个页面放在同一个域中?

提前致谢。

I have the JSP "A" and JSP "B", and the JSP "B" is configured as iframe into the JSP "A", but both are in different domains. When I try to access an element by id contained in the JSP "A" using jQuery $("#id_parent_element", window.parent.document), I'm denied permission. There is some solution to this problem without having to put both pages in the same domain?

Thanks in advance.

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

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

发布评论

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

评论(2

甜尕妞 2024-11-03 01:25:44

跨域交互在浏览器中受到严格控制。但是,存在一些黑客行为。看看这个:http://softwareas.com/cross-domain-communication-with-iframes

Cross-domain interaction is heavily controlled in browsers. But, some hacks exist. Check this out: http://softwareas.com/cross-domain-communication-with-iframes

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