Ver Mensaje Individual
  #1 (permalink)  
Antiguo 09/07/2011, 14:19
patypecas
 
Fecha de Ingreso: julio-2010
Mensajes: 91
Antigüedad: 13 años, 9 meses
Puntos: 1
si oulsan unradio aparezcan otras opciones

nose si esto vaya ene ste foro, es lo siguiente tengo unformulario con 5 radio, tengo que validar q si pulsan el radio con valor Desayuno muestre 3 radios , pero nose como hacerlo
Código HTML:
<tr>
          <td width="13%">Desayuno</td>
          <td width="8%"><input type="radio" name="regalo" id="radio" value="Desayuno"></td>
          <td width="20%">Brunch</td>
          <td width="8%"><input type="radio" name="regalo" id="radio3" value="Brunch"></td>
          <td width="9%">Lunch</td>
          <td width="42%"><input type="radio" name="regalo" id="radio5" value="Lunch"></td>
          <td>Onces</td>
          <td><input type="radio" name="regalo" id="radio2" value="Onces"></td>
          <td>Cena Romántica</td>
          <td><input type="radio" name="regalo" id="radio4" value="CenaRomantica"></td>
          <td colspan="2">&nbsp;</td>
        </tr> 
agradezco por la ayuda