[Mono-winforms-list] WebBrowser don't support "target='_blank'"?

Andreia Gaita shana.ufie at gmail.com
Mon Feb 16 14:10:55 EST 2009


On 12/15/08, brooklet <ezhangliang at 163.com> wrote:
>  I create a WebBrowser like this: this.webBrowser1 = new
> System.Windows.Forms.WebBrowser(), but when I click a url
> in the browser like 'abbao', it don't open a new window,why? It's run well
> in .NET Framework。I use mono 2.01.
> ________________________________
>  View this message in context: WebBrowser don't support "target='_blank'"?

Hey, sorry for the delay, this one slipped through my radar.
It's very complicated to support opening new windows like this,
because when you're running the webbrowser on mono, you're not
actually running the browser, just the engine, and spawning new
browser instances separate from the engine that's running under
winforms is not something that can be easily implemented in a portable
way. It's on my todo list, though, I'll try and get it in in a future
release, if it's possible

andreia gaita


More information about the Mono-winforms-list mailing list