JS help
JS help
Out of context: Reply #9
- Started
- Last post
- 9 Responses
- dc_again0
arrrghhhh
i'll try one last time. loop through them like this:
for(i=0;i[LESS THAN SIGN!!]document.form1.NEWcardTyp...
document.form1.NEWcardType[i].di... = false;
}if it's just one radio button, it's a variable not an array, so disable it in the normal way:
document.form1.NEWcardType.disab... = false;
hope this makes sense.
p.s. forgot to say - don't use a onClick in a select element, use a onChange.