On 12/15/08, brooklet <ezhangli...@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
_______________________________________________
Mono-winforms-list maillist  -  Mono-winforms-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list

Reply via email to