checkbox help
усть такая вот формочка
<form name='forma'>
<div id='www'>
<input type='checkbox' name='vse'>
<input type='checkbox' >
<input type='checkbox' >
</div>
<div id='www1'>
<input type='checkbox' name='vse1'>
<input type='checkbox' >
<input type='checkbox' >
</div>
</form>
как сделать что при нажатии <input type='checkbox' name='vse'> стали активными все что в <div id='www'>
|