How to get the location and title of the opener pages in cases where:
1. A pages is opened with target="_blank"
2. A popup up is opened
3. A page is opened with target="_top" (infact i want to get the Referer URL and title in this case).
(suppose the opener is http://www.some-host.com/opener.html, and the target page is http://www.not-the-same-host.com/opened.html)
Is it possible with js to get this info?
1. A pages is opened with target="_blank"
2. A popup up is opened
3. A page is opened with target="_top" (infact i want to get the Referer URL and title in this case).
(suppose the opener is http://www.some-host.com/opener.html, and the target page is http://www.not-the-same-host.com/opened.html)
Is it possible with js to get this info?
