بوسیله کد java زیر می توانید از کپی شدن مطالب وبسایت خود جلوگیری نمایید :
<script type="text/JavaScript"> //courtesy of codeplan.ir function killCopy(e){ return false } function reEnable(){ return true } document.onselectstart=new Function ("return false") if (window.sidebar){ document.onmousedown=killCopy document.onclick=reEnable } </script>
دیدگاه بگذارید
Be the First to Comment!