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