lets say we have an iframe in page test1.html
<iframe src=test2.html"></iframe>
and there is a link in test2.html:
<a href="test3.html" target="_blank">open in new window"</a>
in test3.html how can I know the parent of the opener? (that is test1.html)