 function click() {
  if (event.button==2) { alert('ATTENZIONE! Hai cliccato col tasto destro... Sei mancino/a?  :)  ') }
 }
document.onmousedown=click;