Ver Mensaje Individual
  #4 (permalink)  
Antiguo 07/11/2003, 11:35
Avatar de JavierB
JavierB
Colaborador
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 23 años, 1 mes
Puntos: 772
Hola, carlosechelon.

Veamos si esto te sirve de ayuda:
Código PHP:
<form method="post" action="checkbox.php" >
<
input type ="radio" name="grupo" value "uno" onClick="valor.value='uno'"Uno <br>
<
input type ="radio" name="grupo" value "dos" onClick="valor.value='dos'"Dos <br>
<
input type="text" name="valor">
<
input type"submit" name="proc" 
</
form
Saludos,