I have named labels tags within my html. I've tried using getParameterValue() with no success. This does not seem to work with labels tags.
Also tried getElementWithID(), this returns an object (not null). getClassName() returns an empty string ? Also no methods within HTMLElement that give the value of the label.
I assume the need to interrogate label values has been covered / Am I missing something ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have named labels tags within my html. I've tried using getParameterValue() with no success. This does not seem to work with labels tags.
Also tried getElementWithID(), this returns an object (not null). getClassName() returns an empty string ? Also no methods within HTMLElement that give the value of the label.
I assume the need to interrogate label values has been covered / Am I missing something ?