
15/03/2008, 13:55
|
 | Colaborador | | Fecha de Ingreso: diciembre-2006
Mensajes: 4.671
Antigüedad: 18 años, 3 meses Puntos: 126 | |
Re: Problemas con FORM y radio button... Hola
Prueba así
<input name="criterio" type="radio" checked="checked" style="width:30;" value="1"/> Id de la Cuenta
<input name="criterio" type="radio" style="width:30;" value="2"/> Nombre/Razón Social
<input name="criterio" type="radio" style="width:30;" value="3"/> Nº Telefónico
Suerte
__________________ Los formularios se envían/validan con un botón Submit <input type="submit" value="Enviar" style="background-color:#0B5795; font:bold 10px verdana; color:#FFF;" /> |