|
October 10, 1999 The "Second Radio Button Group" Bug Tips: October 1999
Yehuda Shiran, Ph.D.
|
|
If your Web page includes a form with radio buttons, you may encounter a Macintosh bug (Internet Explorer 4.x). Let's look at the following form definition:
Here's the output of this code segment: A radio button is accessible in JavaScript via its group name and its index within the group. For example, the third button of the 1st group is:
and the first button of the second group is:
but the Macintosh version of Internet Explorer produces an error when trying to interpret this reference.
The workaround for this bug is to use the form's
This technique is used in our Window Builder and Menu Builder tools.
People who read this tip also read these tips: Look for similar tips by subject: |