
16/12/2003, 11:39
|
 | | | Fecha de Ingreso: octubre-2003
Mensajes: 373
Antigüedad: 21 años, 4 meses Puntos: 13 | |
Donde pones los dos option ponlos en un formulario así:
<form name="frm" id="frm">
<input type="radio" name="uno" id="uno" onclick="frm.submit()" <?php if ($_POST("uno")) echo "checked"; ?>>Uno
<?php if ($_POST("uno")){ ?>
<input type="radio" name="uno2" id="uno2">1.2
<input type="radio" name="uno5" id="uno5">1.5
<?php } ?>
<input type="radio" name="dos" id="dos">Dos
</form> |