Ver Mensaje Individual
  #3 (permalink)  
Antiguo 08/05/2009, 14:09
Avatar de highlord
highlord
 
Fecha de Ingreso: noviembre-2007
Ubicación: Argentina
Mensajes: 353
Antigüedad: 16 años, 5 meses
Puntos: 16
Respuesta: cormulario complejo

Si tengo esta esta estructura html para mi form.
Como debería configurar el script.
Es decir que tendría que poner en id_selector.

<form name="form1" id="form1" onsubmit="return Validar(this)" action="envia.php" method="post">

<p>selecciones su plan:
</p>
<p>
<input name="radiobutton" type="radio" value="1" />
Plan1 </p>
<p>
<input name="radiobutton" type="radio" value="2" />
Plan2 </p>
<p>
<input name="radiobutton" type="radio" value="3" />
Plan3</p>
<p>
<input type="submit" name="Submit" value="Enviar" />
</p>
</form>