Redirect WinForms web browser Control pop ups to another WinForms web browser control with form data
Posted
by Scott Chantry
on Stack Overflow
See other posts from Stack Overflow
or by Scott Chantry
Published on 2009-06-23T15:18:45Z
Indexed on
2010/05/28
15:21 UTC
Read the original article
Hit count: 1299
I have a c# web browser and one of the pages it displays has a form. When the form is submitted it posts data to a new window in IE. I want to catch that data and forward it to another C# web browser that I have in my application. So I don't want it to open an IE browser when the javascript function window.open is called, I want it to open it in the 2nd browser window.
© Stack Overflow or respective owner