`

修改时单选框的自己选择

    博客分类:
  • JSP
 
阅读更多
<td class="odd" width="15%">
性别:
</td>
<td width="15%">
<input type="radio" name="CEmpSex" value="1" checked="checked" id="sex1">男
<input type="radio" name="CEmpSex" value="0" id="sex0">女
<script type="text/javascript">
document.getElementById("sex${emp.CEmpSex}").checked=true;
</script>
</td>
0
0
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics