| =0; x--) { theElement.options[x].selected = isSelected; } if(isSelected == '1') { checkedStatusElement.value = ''; //theElement.options[0].value = 'Select All'; } else { checkedStatusElement.value = '1'; //theElement.options[0].value = 'Unselect All'; } } } } // alert(isChecked); // if(checked == null) // { // alert('Error'); // } // else // { // for (i=0;i -1) // { // frm.elements[i].checked = isChecked; // } // } // } < |