PHP interesse |
|
Ik probeer in een groep radiobuttons een bepaalde button automatisch aangevinkt te krijgen... Dit lukt in IE, maar niet in FF, nochtans zou de code XHTML-valid moeten zijn. Dit is de code:
<td><input type="radio" name="section" value="alg" checked="checked" />Algemeen</td>
<td><input type="radio" name="section" value="moh" />MoH</td>
<td><input type="radio" name="section" value="cod" />CoD</td>
<td><input type="radio" name="section" value="bf2" />Bf2</td>
<td><input type="radio" name="section" value="alg" checked="checked" />Algemeen</td> <td><input type="radio" name="section" value="moh" />MoH</td> <td><input type="radio" name="section" value="cod" />CoD</td> <td><input type="radio" name="section" value="bf2" />Bf2</td>
Waarom vinkt FF de button niet automatisch aan??
|