function r10engel(){ if (event.button==2) { alert("Sağ tuş kullanmanız engellenmiştir."); } } document.onmousedown=r10engel;