标题:
请大家多多帮忙
[打印本页]
作者:
卡希
时间:
2006-4-10 14:49
标题:
请大家多多帮忙
怎么禁止checkbox选项框为只读,类似<input type="text" readonly>的效果。readonly对checkbox不起作用。使用disabled会使该选项值也无效。谢谢!
作者:
feitianmao
时间:
2006-4-10 14:50
<input type=checkbox onclick="this.checked=!this.checked">
作者:
wozuida2005
时间:
2006-4-10 14:51
<input type=checkbox onclick="if(this.checked)this.checked=false">
作者:
狼骑士
时间:
2006-4-10 14:51
<input type=checkbox checked onclick="this.checked=!this.checked">
<input type=checkbox checked onclick="return false">
<span onmouseover="firstChild.disabled=true" onmouseout="firstChild.disabled=false"><input type=checkbox checked></span>
欢迎光临 编程开发论坛 (http://bbs.lihuasoft.net/)
Powered by Discuz! 6.0.0