ASP用单选按钮显示数据

<inputname="guarantee"type="radio"value=1<%ifrs("guarantee")=0then%>checked<%endif%>>... <input name="guarantee" type="radio" value=1 <%if rs("guarantee")=0 then%> checked <%end if%>>店保
<input name="guarantee" type="radio" value=1 <%if rs("guarantee")=1 then%> checked <%end if%>>全国联保

这句有错吗 ?? 为什么不行??
展开
 我来答
普小夏侯YT
2008-08-01 · TA获得超过300个赞
知道小有建树答主
回答量:1109
采纳率:0%
帮助的人:1065万
展开全部
没错
如果不行可能是数据类型有差别
rs("guarantee")如果不是整型,就需要修改
之后的0 或者 1
是布尔型则换为false和true
字符行 则将0和1用双引号括起来
匿名用户
2018-02-28
展开全部

<input name="guarantee" type="radio" value=0 <%if rs("guarantee")=0 then%> checked <%end if%>>店保
<input name="guarantee" type="radio" value=1 <%if rs("guarantee")=1 then%> checked <%end if%>>全国联保

前后数字要对应啊

已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式