I'm using the microsoft webbrowser control... Is there a way to detect the URL of a window that is opened? I'm clicking on a link inside the browser control, and by some javascript calls it opens a new internet explorer window.
I want to know if it's possible to get the URL of the newly opened window, and also if there's a way to stop it from opening a new IE window and make the popup load in the webbrowser control instead