Ver Mensaje Individual
  #5 (permalink)  
Antiguo 22/02/2006, 14:17
micelo
 
Fecha de Ingreso: febrero-2006
Mensajes: 7
Antigüedad: 18 años, 2 meses
Puntos: 0
Gracias una vez mas... Tengo el siguiente codigo:
<table border="1" color="000000" width="25%">
<tr>
<td width="50%" align="center"><b><font color="#000000">A</font></b></td>
<td width="50%" align="center"><b><font color="#000000">B</font></b></td>
</tr>
<tr>
<td width="16%"> <font color="#000000"><input
type="radio" value="a" name="1">A&nbsp;&nbsp;<br>
<br>
<input type="radio" value="b" name="2">B.<br>
<br>
<input type="radio" value="c" name="3">C&nbsp;<br>
<br>
<input type="radio" value="d" name="4">D<br>
</font>
</td>
<td width="50%"> <font color="#000000"> <form method="POST" action="--WEBBOT-SELF--">
<input
type="radio" value="a" name="1">A <br>
<br>
<input type="radio" value="b" name="2">B<br>
<br>
<input type="radio" value="c" name="3">C <br>
<br>
<input type="radio" value="d" name="4">D<br>
</font>
</td>
</tr>

</table>
Pero no consigo que se seleccione solo un radio de cada columna, que código falta para conseguirlo'

Ya sabes si me ayudas te invito a un café cuando pases por Salamanca, eso si, teneis que avisarme.

Gracias.