G
Guest
Greetings,
Forgive me if this is in the wrong newsgroup...
I have a C# app that has a form that hosts the IE WebBrowser control. I've
added an event handler for the NewWindow3 event so that when a new window is
requested, I can created my own form with the browser control and display the
requested URL.
The problem is that new HTML has javascript code that uses window.opener. In
standalone IE, this works fine. But under my application, nothing happens. I
need this to happen in my app.
Does anyone know how to associate a new browser control to a an existing one
(opener-child)?
I have code, sample html, that I can post up here if anyone needs more info.
Tia...
Neil
Forgive me if this is in the wrong newsgroup...
I have a C# app that has a form that hosts the IE WebBrowser control. I've
added an event handler for the NewWindow3 event so that when a new window is
requested, I can created my own form with the browser control and display the
requested URL.
The problem is that new HTML has javascript code that uses window.opener. In
standalone IE, this works fine. But under my application, nothing happens. I
need this to happen in my app.
Does anyone know how to associate a new browser control to a an existing one
(opener-child)?
I have code, sample html, that I can post up here if anyone needs more info.
Tia...
Neil