Bani pe net
Doriți să reacționați la acest mesaj? Creați un cont în câteva clickuri sau conectați-vă pentru a continua.

Disallow right-click and the menu button

In jos

Disallow right-click and the menu button Empty Disallow right-click and the menu button

Mesaj  Admin Vin Ian 01, 2010 7:18 pm

Nu poti face click dreapta !


Cod:
<script>if (document.all) { document.oncontextmenu = function () {return false;} } else { document.captureEvents(Event.KEYDOWN); if (document.layers) { document.captureEvents(Event.MOUSEDOWN); document.onmousedown=right; } else { document.captureEvents(Event.MOUSEUP); document.onmouseup=right; } } document.onkeydown=nobutton; function right(e) { if (document.layers) { if (e.which>1) {return false;} } else if (document.getElementById) { if (e.button==3) { e.preventDefault(); return false; } } return true; } function nobutton() { (document.all) ? kCode=event.keyCode : kCode=e.which; if (kCode==93) {return false;} return true; } document.oncontextmenu = function(){return false} </script>
Admin
Admin
Admin
Admin

Mesaje : 962
Data de inscriere : 24/11/2009
Varsta : 43
Localizare : Torino

http:// www.castiguri-garantate.info

Sus In jos

Sus

- Subiecte similare

 
Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum