Una delle tante possibili soluzioni:
<input type="radio" name="anticipo_hotel" value="0" onclick="document.getElementById('anticipo').readO nly=!this.checked">
<input type="radio" name="anticipo_hotel" value="1" onclick="document.getElementById('anticipo').readO nly=this.checked">
<input type="radio" name="anticipo_hotel" value="2" onclick="document.getElementById('anticipo').readO nly=!this.checked">
ciao

Rispondi quotando