i am checking the checkbox is checked r not by using following code....
if the condition is true i have to checked another box in runtime using
docuemnt.form... or document.getElementById
like...document.form.chkbox2=checked like that...
if(document.form.chkbox1.checked){
//
}