通乳草的功效与作用:asp选中多选框时表单自动提交如何实现?

来源:百度文库 编辑:高考问答 时间:2024/05/13 17:00:40

<form id="form1" name="form1" method="post" action="aa.asp">
<label>
<input type="checkbox" name="checkbox" value="checkbox" onClick="document.form1.submit()"/>
提交</label>
<label><input type="checkbox" name="checkbox2" value="checkbox" onClick="document.form1.reset()"/>
</label>
重填
</form>

这跟ASP没有什么任何关系!