window.onkeypress = protection; window.oncontextmenu = protection; document.body.onmousedown = "return false"; document.body.onselectstart = "return false"; document.body.style.MozUserSelect = "none"; function protection(e) { if (e.which==3) { alert("Mohon maaf, untuk sementara klik kanan pada mouse anda kami non-aktifkan....(c2admin)"); return false; } }