ma devo mettere qualche opzione nel modulo?
ho provato ma non va...
sto provando cosi'
<form id="form1" name="form1" method="post" action="">
<input type="radio" name="anticipo_hotel" value="0" onclick="document.getElementById('anticipo').readO nly=!this.checked">
</p>
<input type="radio" name="anticipo_hotel" value="1" onclick="document.getElementById('anticipo').readO nly=this.checked">
</p>
<input type="radio" name="anticipo_hotel" value="2" onclick="document.getElementById('anticipo').readO nly=!this.checked">
</p>
<input name="anticipo" type="text" />
</p>
</form>

Rispondi quotando