Grazie mille per l'aiuto....
Ho aggiunto del codice per abilitare di nuovo il campo quando cambio selezione...
ciao
<FORM NAME="modulo">
<select name="s1" onchange="if(this.selectedIndex==2){this.form.i1.d isabled=false;}else{this.form.i1.disabled=true;}">
<OPTION VALUE="1">Valore 1</OPTION>
<OPTION VALUE="2">Valore 2</OPTION>
<OPTION VALUE="3">Valore 3</OPTION>
</select>
<input type="text" name="i1" disabled="true">