新手,请教个问题表单
在表单运用中,单选按钮,选择后将值提交到URL中,每次需要选择并提交两次lic的值才正确.请问是什么原因,怎么解决?<form id="form1" name="form1" method="post" action="post.asp?lic=<%= request.Form("lic") %>">
<label>
<input type="radio" name="lic" value="0" />
0</label>
<label>
<input type="radio" name="lic" value="l" />
1</label>
<input type="submit" name="Submit" value="提交" />
<label>
</label>
<label></label>
</form>
[[it] 本帖最后由 devili 于 2008-8-13 13:00 编辑 [/it]]