楼上的朋友,还是不行啊。
我在数据库里,将radio button的值的格式设为文本的形式。
程序中radio button的代码如下:
<input type=radio name=right value="<% if value="是" then response.write "checked" end if%>">管理权限
<input type=radio name=right value="<% if value="否" then response.write "checked" end if%>">一般权限
当我想通过修改页面修改用户的信息时,radio button仍然没有被选中