<!--  
  document.oncontextmenu=function(e){return   false;}  
  //-->  
  </script>  
  <style>  
  body   {  
    -moz-user-select : none;  
  }  
  </style>  
  <body   onselectstart="return   false">  
  asdfasdfsadfasdfasdfasdfasfsadfsdf  
  </body>

 

函数解释:

 

语 法很简单: CSS中加入 html, * { -moz-user-select:none } (FireFIX专用CSS属性)即可。 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title> - http://www.never-online.net </title> <meta http-equiv="ImageToolbar" content="no" /> <meta name="author" content="never-online, BlueDestiny"/> <meta name="keywords" content="never modules, Mozilla CSS, C#, .net, Reference, <a title="" href="http://blog.csdn.net/BlueDestiny" _f

onselectstart="return false"      禁止复制的

 


 document.oncontextmenu=function(e){return   false;}   防止点右键出现菜单

相关文章: