Redirect Popup fired by a webbrowser element to a second webbrowser

  • Thread starter Thread starter Andre Rode
  • Start date Start date
A

Andre Rode

Hi,

does somebody know how to redirect a popup fired by a webbrowser element to
a second webbrowser?
Background: I use a vb.net program to fill data into a website. At the end,
all this is formated into a pdf file. I can't proceed on the website
without opening the pdf. The popup is opened in a "real" IE process, but
without cookies and so on, there's only the login.

So I want to get the pdf window, (save it would be perfectly) and proceed
on the site.
When the popup is about to occur, the webbrowser_newwindow event is coming
up, but I don't know how to redirect this...

Thanks for your help
 
Back
Top