Blokady, DODATKI DO WWW, GOTOWE SKRYPTY
[ Pobierz całość w formacie PDF ]
WYSTARCZY WSTAWI� ODPOWIEDNI SKRYPT DO SWOJEJ AUKCJI--------------------------------------------------------1. BLOKADA JAVASCRIPT--------------------------------------------------------<body STYLE="body.visibility: hidden;" onload="window.document.body.style.visibility='visible';return true" >--------------------------------------------------------2. BLOKADA PRAWEGO KLAWISZA MYSZY--------------------------------------------------------<body oncontextmenu="return false" ><script type="text/javascript">document.oncontextmenu=new Function("return false")</script>--------------------------------------------------------3. BLOKADA ZAZNACZANIA TEKSTU--------------------------------------------------------<body onselectstart="return false" >--------------------------------------------------------4. BLOKADA KOPIOWANIA--------------------------------------------------------<body oncopy="return false" >--------------------------------------------------------5. BLOKADA PRZECI�GANIA--------------------------------------------------------<body ondrag="return false" >--------------------------------------------------------6. BLOKADA KOPIOWANIA Z KOMUNIKATEM--------------------------------------------------------<script language="Javascript1.2">am = "zakaz kopiowania";bV = parseInt(navigator.appVersion)bNS = navigator.appName=="Netscape"bIE = navigator.appName=="Microsoft Internet Explorer"function nrc(e) {if (bNS && e.which > 1){alert(am)return false} else if (bIE && (event.button >1)) {alert(am)return false;}}document.onmousedown = nrc;if (document.layers) window.captureEvents(Event.MOUSEDOWN);if (bNS && bV<5) window.onmousedown = nrc;</script>--------------------------------------------------------
[ Pobierz całość w formacie PDF ]