For my project I used webBrowser control and when I launch an html site which has got an input(type) button with onclick javascript function which process ending on window.open target="_blank", it's internet explorer window that's is opening in place of a new page of webBrowser.
I program in c# code with winform technology and I used webBrowser System.Windows.Forms.
So which function could I used to open the page of this site in webBrowser window in place of IE window.
Thanks you for your help.
M.A.