码迷,mamicode.com
首页 > Web开发 > 详细

[html]经验集

时间:2016-08-01 22:32:26      阅读:215      评论:0      收藏:0      [点我收藏+]

标签:

禁止默认的右键菜单:

window.document.oncontextmenu = function(){ return false;}

WebBrowser 控件用法:(手动填充内容)

// 首先导航到空白页面
this.h.Navigate("about:blank");
this.h.Document.Write("<style type=‘text/css‘>.e{color:tomato}.r{color:limegreen}</style>");
this.h.Document.Write("<span class=‘e‘>来个红色文字!</span><hr />");
this.h.Document.Write("<span class=‘r‘>来个绿色文字!</span><br />");

 

[html]经验集

标签:

原文地址:http://www.cnblogs.com/z5337/p/5727235.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!