da richiamare così:codice:function abilita(valore) { (valore=="tuovalore") ? document.nomeform.nomecheckbox.disabled=false : document.nomeform.nomecheckbox.disabled=true; }
ciaocodice:<select name="menu" onchange="abilita(this.options[this.selectedIndex].value);">

Rispondi quotando