如何在包含javascript的webBrowser控件中加载html页面

时间:2013-07-19 11:22:16

标签: c# windows-phone-7

如何在包含java脚本的Web浏览器控件中加载html页面。

http://unicodetoisoconverter.appspot.com/test.html

webBrowser1.Navigate(new Uri("http://unicodetoisoconverter.appspot.com/test.html"));
webBrowser1.IsScriptEnabled = true;

我尝试这样但是页面没有加载它只显示警报未获得的白色

0 个答案:

没有答案