codice:
function saluta() {
alert("ciao");
document.getElementById('tuo-id-tasto').onclick=function(){null}
}