Tag: JS
2008年05月7日 at 11:54 上午分类:前端技术
[CoolCode] 1 >屏蔽功能类
1.1 屏蔽键盘所有键
1.2 屏蔽鼠标右键
在body标签里加上oncontextmenu=self.event.returnvalue=false
或者
function nocontextmenu() { if(docume[......]
Read more
Popularity: 1% [?]