<input type="radio" name="V1" value="R1" checked>
<input type="radio" name="V1" value="R2" >
<input type="radio" name="V1" value="R3" >
<input type="radio" name="V1" value="R4" >
<input type="radio" name="V1" value="R5" >
如上表,如果发送表单给aaa.asp后,aaa.asp中如何接收到被选中项的值(本例中是第一项的value值R1)
麻烦解答,谢谢。
參考答案:直接Request.Form("V1")就可以