posted 23 years ago
Chandar
to do it the way you want to, in your code use this:
document.formName.groupName[index].checked = false;
formName is the name of the form that the two buttns are on, groupName would be the name of the two buttons you have, and index is either 0 or 1 for the first or second button.
hth
Dave