Suppose your web form uses radio buttons to allow the user t…
Suppose your web form uses radio buttons to allow the user to choose a tee-shirt size of small, medium, or large. These options share the name attribute shirtSize and have the ids size_0, size_1, and size_2. What JavaScript statements should you use to retrieve the text that appears beside the small shirt size button on the page?
Read Details