da usare così:codice:function deselectIt(b) { alert("Bottone premuto: "+b.value); b.disabled=true; }
ciaocodice:<input type="button" onclick="deselectIt(this);" value="Pulsante 1" name="pulsante" />
da usare così:codice:function deselectIt(b) { alert("Bottone premuto: "+b.value); b.disabled=true; }
ciaocodice:<input type="button" onclick="deselectIt(this);" value="Pulsante 1" name="pulsante" />