Pages

Chủ Nhật, 25 tháng 3, 2012

[JS] Code chống sao chép nội dung

<SCRIPT language=JavaScript type=text/javascript> 

      function disableselect(e){return false} 
  
      function reEnable(){return true} 


      //if IE4+ 

      document.onselectstart=new Function ("return false") 

      //if NS6 

      if (window.sidebar){ 

      document.onmousedown=disableselect 

      document.onclick=reEnable 

      } 

      </script> 


















Dán vào <head>...</head> trang web, như wp là file header.php trong theme 

0 nhận xét:

Đăng nhận xét