页面屏蔽之极端攻略
					当前位置:点晴教程→知识管理交流
					
					→『 技术文档交流 』
					
				 
				
 通过增加以下的代码,不管是点鼠标还是使用键盘,都起不了一点的作用,不信你试试,呵呵. 
			代码如下: oncontextmenu='return false' ondragstart='return false' onselectstart ='return false' onselect='document.selection.empty()' oncopy='document.selection.empty()' onbeforecopy='return false' onmouseup='document.selection.empty()' 注:代码得加在body标志中.完整如下: < body oncontextmenu='return false' ondragstart='return false' onselectstart ='return false' onselect='document.selection.empty()' oncopy='document.selection.empty()' onbeforecopy='return false' onmouseup='document.selection.empty()'> 该文章在 2011/3/11 23:06:43 编辑过  | 
		
			 关键字查询 
				相关文章 
				正在查询...  |