Hello, I have 2 WebBrowsers inside my Windows Form. I use the first as a small userbar, ie I put links and rich content in it. The second one is the "real thing", ie it displays the main content, webpages and so on.
Here comes the problem: when the user clicks a link in the 1st WebBrowser, I want to open the corresponding URL in the 2nd WebBrowser. How to do this?
I tried doing <a href="webpage.htm" target="WebBrowser2">Click here</a> but it's not working.
thanks!




Reply With Quote