在线急等 asp判断单选按钮选中

现在有这么一段语句<%id=request("id")group_id=request("group_id")sql="select*fromadmintablew... 现在有这么一段语句 <% id=request("id") group_id=request("group_id") sql = "select * from admintable where id="&request("id") set rs = conn.Execute(sql) %> <table width="90%" border="0" align="center" cellpadding="3" cellspacing="1" class="tbl1o1"> <form method="post" name="myform" action="?action=SaveEditMight"> <tr> <td height="25" align="center" valign="middle" class="td1"><span class="STYLE15">编辑管理员</span><span class="STYLE2">〖<span class="STYLE15"><%=rs("name")%></span>〗</span><span class="STYLE15">权限</span></td> </tr> <tr> <td height="25" class="td1o1"> <span class="STYLE6">说明:超级管理员可以越过所有权限。请慎重分配好每个管理员的权限。</span><br> <span class="STYLE2"> <input name="chkAll2" type="checkbox" id="chkAll" onClick=SelectAll(this.form) value="checkbox" > 选择所有权限 <% sqlh = "select id,groupname from admin_group order by border desc" set rsh = conn.Execute(sqlh) if not (rsh.bof and rsh.eof) then do while not rsh.eof %> <input name="checkgroup" type="radio" value="<%=rsh("id")%>" onclick="location.href='manageadmin.asp?action=Edit_Might&id=<%=request("id")%>&group_id=<%=rsh("id")%>'" <%if rsh("id")=request("group_id") then response.write "checked" %> > <%=rsh("groupname")%> <% rsh.movenext loop end if rsh.close set rsh=nothing %> </span> 调试了很久,单选按钮就是不选中指定的项目,请高手帮帮忙,万分感谢 本人在线急等 如果解决了,重分感谢!! 展开
 我来答
jiangxibaiyi
2012-05-01 · 跟随风去旅行-伤心的歌
jiangxibaiyi
采纳数:3973 获赞数:14412

向TA提问 私信TA
展开全部
写得那密密麻麻的,都懒得看!
既然是代码,你把他写成一行一行的不行啊?
全部挤在一起,别人给你解决问题都要细细看,甚至来给你一行一行分开!
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式