if (webInfo.Document != null)
webInfo.Document.OpenNew(true);
else
webInfo.Navigate("about:blank");
//----
webInfo.Document.Write("<div class='e'>错误信息</div>");
webInfo.Document.Write(@"<style type='text/css'>
.e {color:#ff0000}
</style>")
相关文章
- C#编程中使用ZedGraph控件,运行程序无法直接在其他电脑上使用。
- 使用C#开发ActiveX控件[new]
- 在C#中使用Panel控件实现在一个窗体中嵌套另一个窗体
- c# HttpWebRequest Cookie 设置到 webBrowser 控件
- 在Visual Studio C#中使用动态数量的选项卡创建选项卡控件
- C# winform平台下使用spread控件导出excel表格
- [c#]如何在form的webbrowser控件中获得鼠标坐标
- C#使用WebBrowser对指定网页截图
- C#中利用WebBrowser控件,获得HTML源码
- 在C# WebBrowser控件插入JS代码并执行,可以修改js就能对html执行任意操作