日期:2014-05-18  浏览次数:20825 次

JSP如何获取radiobutton值,并赋值给参数
<input   type= "radio "   name= "RadioGroup "   value= "admin "> 管理 </label> <br>
<label> <input   type= "radio "   name= "RadioGroup "   value= "user "   checked> 普通用户 </label> </tr>

提交的另外一个JSP页面时,怎么获取他的值???


------解决方案--------------------
reuqest.getParameter( "RadioGroup ");

传参:window.open( 'xxxx.jsp?id=xx ', ' ', ' ');