Ver Mensaje Individual
  #3 (permalink)  
Antiguo 11/11/2007, 10:22
Avatar de chilenozzz
chilenozzz
 
Fecha de Ingreso: junio-2004
Ubicación: Chile
Mensajes: 44
Antigüedad: 19 años, 10 meses
Puntos: 1
Re: Grupos de radiobuttons.. Ayuda plis!!!!!!

Ahí va el código html que se genera...

Código HTML:
<table border="0" width="100%" align="center" cellpadding="2" cellspacing="0">
<tr>
<td bgcolor="#F4F4F4">1- &iquest;Qu&eacute; tipo de gas ocupa?</td>
</tr>
<tr><td>
<input type='radio' name='pregunta_1' value='1' />Licuado</td></tr>
<tr><td>
<input type='radio' name='pregunta_1' value='2' />Red de Gas</td></tr>
<tr>
<td bgcolor="#F4F4F4">2- &iquest;Su cilindro de gas est&aacute; ubicado fuera del hogar?</td>
</tr>
<tr><td>
<input type='radio' name='pregunta_2' value='3' />S&iacute;</td></tr>
<tr><td>
<input type='radio' name='pregunta_2' value='4' />No</td></tr><tr>
<td bgcolor="#F4F4F4">3- De imprevisto &iquest;Se ha quedado algunas vez sin gas?</td></tr><tr><td>
<input type='radio' name='pregunta_3' value='3' />S&iacute;</td></tr>
<tr><td>
<input type='radio' name='pregunta_3' value='4' />No</td></tr>
<tr> 
Sólo pegué 3 de las 12 preguntas que genera la encuesta, con eso basta creo.

Gracias,