Как мы все знаем, есть куча скриптов "защиты от копирования html страниц", такие как отключение мыши и похожие...
Данный скрипт устроен совсем по другому.
При просмотре сайта на котором будет стоять данный скрипт, у юзера, просматривающего сайт, на компьютере будут автоматически отключены PrintScreen и Copy/Past Основные функции скрипта это защита!
- Не даёт копировать содержимое страницы!!!
- При просмотре сайта отключает функцию копирования!!! (Нельзя ничего копировать пока открыт сайт!)
- Отключает кнопку PrintScreen!!! (сфотографировать экран не получится!!!) ТОЛЬКО В ИЕ 6-7
Code
<noscript><style>Table{display:none}</style></noscript> <BR><SCRIPT LANGUAGE="JavaScript"> <BR>/* By CoooL.Net.Ru */ <BR>hp_ok=true; <BR>function hp_d01(s) <BR>{ <BR>if(!hp_ok) return; var o="", ar=new Array(), os="", ic=0; <BR>for(i=0;i<s.length;i++) <BR>{ <BR>c=s.charCodeAt(i); <BR>if(c<128)c=c^2;os+=String.fromCharCode(c); <BR>if(os.length>80){ar[ic++]=os;os=""} <BR>} <BR>o=ar.join("")+os; <BR>document.write(o) <BR>} <BR>function hp_ne(){return true} <BR>onerror=hp_ne; <BR>function hp_dn(a){return false} <BR>function hp_cm(){return false} <BR>function hp_md(e){ <BR>if(e.which==2||e.which==3){return false} <BR>if(e.which==1){window.captureEvents(Event.MOUSEMOVE);window.onmousemove=hp_dn} <BR>} <BR>function hp_mu(e){ <BR>if(e.which==1){window.releaseEvents(Event.MOUSEMOVE);window.onmousemove=null} <BR>} <BR>if(navigator.appName.indexOf('Internet Explorer')==-1||navigator.userAgent.indexOf('MSIE')!=-1){ <BR>if(document.all){document.oncontextmenu=hp_cm;document.onselectstart=hp_dn} <BR>if(document.layers){window.captureEvents(Event.MOUSEUP|Event.MOUSEDOWN);window.onmousedown=hp_md;window.onmouseup=hp_mu} <BR>if(document.getElementById&&!document.all){document.oncontextmenu=hp_cm;document.onmousedown=hp_dn} <BR>} <BR>if(window.location.href.substring(0,4)=="file") window.location="about:blank"; <BR>function hp_nls(){window.status="";setTimeout("hp_nls()",10)}hp_nls(); <BR>function hp_dp1(){ <BR>for(i=0;i<document.all.length;i++){ <BR>if(document.all[i].style.visibility!="hidden"){ <BR>document.all[i].style.visibility="hidden";document.all[i].id="hp_id"} <BR>} <BR>}; <BR>function hp_dp2(){ <BR>for(i=0;i<document.all.length;i++){ <BR>if(document.all[i].id=="hp_id")document.all[i].style.visibility="" <BR>} <BR>}; <BR>window.onbeforeprint=hp_dp1; <BR>window.onafterprint=hp_dp2; <BR><BR>function hp_dc(){ <BR>hp_ta.createTextRange().execCommand("Copy"); <BR>setTimeout("hp_dc()",300) <BR>} <BR>if(navigator.appName.indexOf('Internet Explorer')==-1||navigator.userAgent.indexOf('MSIE')!=-1){ <BR>if(document.all&&navigator.userAgent.indexOf('Opera')==-1){ <BR>document.write('<div style="position:absolute;left:-1000px;top:-1000px"><input type="textarea" name="hp_ta" value=" " style="visibility:hidden"></div>'); <BR>hp_dc() <BR>} <BR>} <BR>function hp_ndd(){return false} <BR>document.ondragstart=hp_ndd; <BR>if(navigator.appName.indexOf('Internet Explorer')!=-1&&navigator.userAgent.indexOf('MSIE')==-1) hp_ok=false; <BR>if(navigator.userAgent.indexOf('Opera')!=-1)window.location="about:blank"; <BR>if(frames){ <BR>if(top.frames.length>0)top.location.href=self.location; <BR>} <BR></SCRIPT><BR>
это должно ставиться вверху странички перед