J
jeff
I'm doing a little form field checking:
<label for="field_one">Field One</label>
I'd like to know the "for" value.
In Firefox I can do:
label_reference.getAttribute("for").
In IE (I'm testing in IE6 at the moment), I get "null", not what I was
hoping for!
How do I do this?
Jeff
<label for="field_one">Field One</label>
I'd like to know the "for" value.
In Firefox I can do:
label_reference.getAttribute("for").
In IE (I'm testing in IE6 at the moment), I get "null", not what I was
hoping for!
How do I do this?
Jeff