单选按钮自动选
<input type="radio" value="套装条码摇奖" checked name="khnl">套装条码摇奖
<input type="radio" value="洗车卡号码摇奖" name="khnl">洗车卡号码摇奖
选择其中一个洗车卡号码摇奖,页面下面的
<input type="radio" value="上半月" <%If jxqj="上半月" then%>checked<%End if%> name="jxqj">上半月
<input type="radio" value="下半月" <%If jxqj="下半月" then%>checked<%End if%> name="jxqj">下半月
<input type="radio" value="全月" <%If jxqj="全月" then%>checked<%End if%> name="jxqj">全月
只显示
<input type="radio" value="全月" <%If jxqj="全月" then%>checked<%End if%> name="jxqj">全月
其它两个不显示
这么实现? 谢谢
------解决方案--------------------
楼上回答正确了
++