wieso funktioniert folgende Vorauswahl nicht??
komisches Markup:
<td>
<input type="radio" name="..." value="1" checked>
Blabla
</input>
</td>
Wasndas? HTML 6.0?
Wie wär es mit einem label Element?
<label for=radio1>Das ist Radio!
<input type="radio" id="radio1" name="bla" value="bitte">
</label>
mfg Beat
--
Selber klauen ist schöner!
Selber klauen ist schöner!