不好意思。我没写清楚。
首先:
form_right=rs("是否管理员") '//从数据库的“是否管理员”column中取值
我存的值是“是”和“否”
然后:
<input type=radio name=right value="<% if form_right="是" then response.write "checked" end if%>">管理权限
<input type=radio name=right value="<% if form_right="否" then response.write "checked" end if%>">一般权限
但是在编辑用户信息页面,仍然无法让radio button显示出该用户是否为管理员