
function click()  {
if (event.button==2)  {
alert ("Tasto destro disabilitato!!!! :-)")
}
}
document.onmousedown=click 