Ver Mensaje Individual
  #2 (permalink)  
Antiguo 15/03/2008, 13:55
Avatar de Adler
Adler
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"/>&nbsp;Id de la Cuenta
<input name="criterio" type="radio" style="width:30;" value="2"/>&nbsp;Nombre/Razón Social
<input name="criterio" type="radio" style="width:30;" value="3"/>&nbsp;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;" />