function click() {if (event.button==2)
{alert(‘Nije moguće kopirati!’);}}
document.onmousedown=click

Komentariši