C#webkit.net启用弹出窗口

时间:2013-07-29 08:45:26

标签: c# .net popup window.open webkit.net

在C#webkit.net浏览器中如何启用JavaScript window.open()创建的弹出窗口?

我尝试了这些属性:

this.webKitBrowser1.IsScriptingEnabled = true;
this.webKitBrowser1.AllowNewWindows = true;

但没有改变。我也尝试过这个活动:

this.webKitBrowser1.NewWindowCreated += new WebKit.NewWindowCreatedEventHandler(webKitBrowser1_NewWindowCreated);   

但它并不火上浇油。

0 个答案:

没有答案