是否可以在 iFrame 中使用 JavaScript 获取 iFrame 父页面的引荐来源网址?
是否可以在 iFrame 中使用 JavaScript 获取 iFrame 父页面的引荐来源网址?
示例:页面 A 有一个 iFrame。 iFrames 引用者是页面 A。但是是否可以使用 JavaScript 在 iFrame 中获取页面 A 的引用者?
Is it possible to get the referrer of an iFrame's parent page with JavaScript in iFrame?
Example: Page A has an iFrame. The iFrames referrer is be page A. But is is possible to get Page A's referrer in the iFrame with JavaScript?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这应该是:
创建 iframe 的窗口中的任何内容都应该可以通过父作用域访问。
This should be:
Anything in the window that creates the iframe should be accessible through the parent scope.