I have a webpage which displays dynamically generated content from another website with lots of hyperlinks.
Clicking on these hyperlinks results in the opening of either a new tab or window - depending on the browser's settings.
Is there any way that I can detect the URL of the page that is opened on the click?
I am thinking I should use Javascript in my own page with a "Body onload" kind of listener.
Any ideas are most welcome.
Thank you in advance.
Uttam