asp 判断 checkbox 是否选中
在修改页中读取<%ifrs("EnElite")=truethen%><inputname="EnElite"type="checkbox"value="yes"chec...
在修改页中读取
<%if rs("EnElite")=true then%><input name="EnElite" type="checkbox" value="yes" checked id="EnElite">
<%else%>
<input name="EnElite" type="checkbox" value="yes" id="EnElite">
<%end if%>
////////
下一页中保存中
if Rs("EnElite")= ????? then
Rs("EnElite")=true
else
Rs("EnElite")=false
end if
上面的问号 怎么写 能获取它是否被选中了没有
也就是
if 如果被选中 then
rs("xxx")=ture
end if
这个 如果被选中 怎么写 展开
<%if rs("EnElite")=true then%><input name="EnElite" type="checkbox" value="yes" checked id="EnElite">
<%else%>
<input name="EnElite" type="checkbox" value="yes" id="EnElite">
<%end if%>
////////
下一页中保存中
if Rs("EnElite")= ????? then
Rs("EnElite")=true
else
Rs("EnElite")=false
end if
上面的问号 怎么写 能获取它是否被选中了没有
也就是
if 如果被选中 then
rs("xxx")=ture
end if
这个 如果被选中 怎么写 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询