javascript iframe link referrer

2020-02-14 20:33发布

问题:

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?

回答1:

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



回答2:

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



回答3:

It will obviously refer to the new domain.