Ver Mensaje Individual
  #2 (permalink)  
Antiguo 14/04/2005, 06:33
Avatar de Seppo
Seppo
 
Fecha de Ingreso: marzo-2005
Ubicación: Buenos Aires, Argentina
Mensajes: 1.284
Antigüedad: 19 años, 2 meses
Puntos: 17
Código HTML:
<form name="form1" method="post" action="">
  <input name="radiobutton" type="radio" value="radiobutton" onClick="document.form1.text.disabled=true">1<br>
  <input name="radiobutton" type="radio" value="radiobutton" onClick="document.form1.text.disabled=true">2<br>
  <input name="radiobutton" type="radio" value="radiobutton" onClick="document.form1.text.disabled=true">3<br>
  <input name="radiobutton" type="radio" value="radiobutton" onClick="document.form1.text.disabled=false">4
  <input type="text"name="text" disabled >
</form>