Reputation: 18557
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?
Upvotes: 2
Views: 4127
Reputation: 19238
Referer will be the page on which the link is clicked. In your case, it will be domain that is opened in iframe.
Upvotes: 7