Hallo Thomas!
Das sollte bei
<FORM NAME="Test">
<INPUT TYPE="CHECKBOX" NAME="Box">
</FORM>
mit
document.Test.Box.checked="";
gehen.
Norbert
Hallo Thomas!
Das sollte bei
<FORM NAME="Test">
<INPUT TYPE="CHECKBOX" NAME="Box">
</FORM>
mit
document.Test.Box.checked="";
gehen.
Norbert