javascript iframe 链接引用者
页面在 iframe 中加载另一个域。如果 iframe 内的 javascript 点击 iframe 中的链接,引用者将是哪个域?
A page loads another domain in an iframe. If javascript inside the iframe clicks on a link in the iframe which domain will the referrer be?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Referer 将是单击链接的页面。就您而言,它将是在 iframe 中打开的域。
Referer will be the page on which the link is clicked. In your case, it will be domain that is opened in iframe.
除非它是 IE6 - 那么它就是原始页面 - 奇怪吗?哦,是的
Unless it's IE6 - then it's the original page - strange? Ohh yes
它显然会引用新域。
It will obviously refer to the new domain.