cutovoi
07-08-2004, 08:27 AM
Hi for all
I created the 4 radios and no one send their value. When I show the value, appears undefined instead of radio button's value.
Here is a part of the code:
<tr>
<td><input type="submit" value="caminho" onClick="abre(buscador.value)">
<input type="submit" value="colar" onClick="excel()"></td>
<td><input type=radio name=buscador value=altavista>Altavista</td>
</tr>
<tr>
<td></td><td><input type=radio name=buscador value=yahoo>Yahoo</td>
</tr>
<tr>
<td></td><td><input type=radio name=buscador value=cade>Cadê</td>
Can anyone helps me?
Tks
I created the 4 radios and no one send their value. When I show the value, appears undefined instead of radio button's value.
Here is a part of the code:
<tr>
<td><input type="submit" value="caminho" onClick="abre(buscador.value)">
<input type="submit" value="colar" onClick="excel()"></td>
<td><input type=radio name=buscador value=altavista>Altavista</td>
</tr>
<tr>
<td></td><td><input type=radio name=buscador value=yahoo>Yahoo</td>
</tr>
<tr>
<td></td><td><input type=radio name=buscador value=cade>Cadê</td>
Can anyone helps me?
Tks