Thomas: Radiobuttons

Beitrag lesen

Hey,
Ich hab da so ein Problem.
Ich hab hier Radiobuttons von einem Schätz-Spiel.
Die sind alle in einer Tabelle.

--------
<table border="1" bgcolor="#CC0000">
<tr>
<th>01<input type="radio" name="1" value="1" /></th>
<th>02<input type="radio" name="2" value="2" /></th>
<th>03<input type="radio" name="3" value="3" /></th>
<th>04<input type="radio" name="4" value="4" /></th>
<th>05<input type="radio" name="5" value="5" /></th>
<th>06<input type="radio" name="6" value="6" /></th>
<th>07<input type="radio" name="7" value="7" /></th>
<th>08<input type="radio" name="8" value="8" /></th>
<th>09<input type="radio" name="9" value="9" /></th>
<th>10<input type="radio" name="10" value="10" /></th>
</tr>
</table>
--------

Aber irgendwie kann man im Browser mehrere auswählen.
Eigentlich soll man aber immer nur einen Radio auswählen können...
Kann mir jemand helfen?