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?
相关问题
- Angular RxJS mergeMap types
- Is there a limit to how many levels you can nest i
- How to toggle on Order in ReactJS
- void before promise syntax
- Keeping track of variable instances
Referer will be the page on which the link is clicked. In your case, it will be domain that is opened in iframe.
Unless it's IE6 - then it's the original page - strange? Ohh yes
It will obviously refer to the new domain.