页面如图片所示
<input name="isshow" type="radio" id="isshow" value="0" <% if trim(isshow)="" or isshow="0" then response.Write("checked")%>>显示
<input type="radio" name="isshow" id="isshow" value="1" <% if trim(isshow)="1" then response.Write("checked")%>>隐藏</td>
连个单选按钮的代码如上,id和标签都一样,我怎么让value=1的单选按钮的checked=true
|