FoxtrotU
06-18-2004, 10:31 PM
Hello, I am new to JS and have a question which I cannot seem to find an answer. I want to read the text label assigned to a radio button (not the value and not the name), and I have not been able to find a way to do it. All of the sources I have referenced say the text label is not part of the radio button, but do not give you a way to retrieve it from a form.
Here is an example of the assignment statement I am using for the radio button creation:
<input TYPE="radio" NAME="support_requested_by" VALUE="PPE">Pre Production Engineering
What I need is to be able to get the "Pre Production Engineering" text and assign it to a variable. Is this possible?
Thanks!
Here is an example of the assignment statement I am using for the radio button creation:
<input TYPE="radio" NAME="support_requested_by" VALUE="PPE">Pre Production Engineering
What I need is to be able to get the "Pre Production Engineering" text and assign it to a variable. Is this possible?
Thanks!