JS help
JS help
Out of context: Reply #6
- Started
- Last post
- 9 Responses
- ldww0
one more quick one.... how do i reference a radio button?
the name cardType and the value is visa (or if i could just call all 4 radios in 1 that would be ok too)i tried
document.form1.NEWcardType.disab... = false;
and
document.form1.NEWcardType.visa... = false;