Give a class of clickable to any label tag around a form element and include the script in the source of this page to make labels clickable.
This usability enhancement targets Internet Explorer versions 5 and 6 to produce a behavior closer to modern browsers. This approach is cross-browser in the sense that the correct IE7/ Firefox/ Mozilla/ Opera behavior is not degraded.
The conventional approach is to add the for attribute to each label and give a unique ID value to every corresponding form element. My example does not require this tedious attention and is maintenance free.
For those in a position to use IE expressions, here is the same solution even more conveniently packaged into one line in your stylesheet: Clickable Labels Behavior.
« Examples page