Glossary Item Box
Returns the selected item of a radio button instance.
[JavaScript] objRadioItem = pwGetSelectedRadio(pwRadio)
The DHTML object representing the selected radio.
This method returns null if no item of the radio instance is selected
[JavaScript] The following example demonstrates displaying the selected item of a radio item.
<INPUT type=radio name="myradio" CHECKED>Option 1 <INPUT type=radio name="myradio">Option 2 <INPUT type=radio name="myradio">Option 3 <input type='button' value='Click here to insert a bookmark' onclick='alert(pwGetSelectedRadio(myRadio).value)'>
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.