submit form med checkbox
hvorfor kan jeg ikke få lov til at submitte min form når man klikker på checkboxen:<input name="bolche" type="checkbox" id="bolche" onChange="document.form1.submit();" value="Y">
Formen:
<form name="form1" method="POST" action="<%=MM_editAction%>" style="margin:0px;padding:0px;">
<input name="bolche" type="checkbox" id="bolche" onChange="document.form1.submit();" value="Y">
<input name="unikID" type="hidden" id="unikID" value="<%=(rsUnikID.Fields.Item("UnikID").Value)%>">
<input type="hidden" name="MM_insert" value="form1">
</form>
