Question

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?

Was it helpful?

Solution

Referer will be the page on which the link is clicked. In your case, it will be domain that is opened in iframe.

OTHER TIPS

Unless it's IE6 - then it's the original page - strange? Ohh yes

It will obviously refer to the new domain.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top