H
HHSH
Unregistered / Unconfirmed
GUEST, unregistred user!
现在我的一个form上放着几个radiobutton和几个checkbox,我想在点中一个radiobutton时
为不同的checkbox改变选中状态。这样的代码怎么写呢?
我的代码:
<input name="rolename" type="radio" value="radiobutton" onlick="test()">
....
<script langue="javascript">
function test()
.....
</script>
这个test()函数该怎么写呢?
刚学javascripts,不好意思。
用vbscript也行,只要能实现就行!
为不同的checkbox改变选中状态。这样的代码怎么写呢?
我的代码:
<input name="rolename" type="radio" value="radiobutton" onlick="test()">
....
<script langue="javascript">
function test()
.....
</script>
这个test()函数该怎么写呢?
刚学javascripts,不好意思。
用vbscript也行,只要能实现就行!