Here's a code example:
So, in IE, this works just fine--only one selection is allowed. In FireFox though, both can be selected at the same time. I'm guessing FireFox is relying on JavaScript for the functionality and is, therefore, case sensitive for form field groups.<input type="Radio"
name="search_recipient_group_ao"
value="And"
checked>
Or
<input type="Radio"
name="SEARCH_RECIPIENT_GROUP_ao"
value="Or" >
No comments:
Post a Comment