Controling a popup from a WebBrowser object
-
Ok I have a WebBrowser object that has just finished loading a web page. If the user clicks a link that opens up a pop-up is there any way to control that pop-up web page? For example, open the pop-up in another WebBrowser instance? All suggestions welcomed! Thanks
-
Ok I have a WebBrowser object that has just finished loading a web page. If the user clicks a link that opens up a pop-up is there any way to control that pop-up web page? For example, open the pop-up in another WebBrowser instance? All suggestions welcomed! Thanks
Hi, there is a WebBrowser.Navigating Event that occurs before the WB navigates; however the only action you can take there is cancel the navigation, I don't think you can change the web page or the destination. :)
Luc Pattyn
Have a look at my entry for the lean-and-mean competition; please provide comments, feedback, discussion, and don’t forget to vote for it! Thank you.
Local announcement (Antwerp region): Lange Wapper? Neen!
-
Ok I have a WebBrowser object that has just finished loading a web page. If the user clicks a link that opens up a pop-up is there any way to control that pop-up web page? For example, open the pop-up in another WebBrowser instance? All suggestions welcomed! Thanks