34,333
edits
Changes
→JavaScript Radio Buttons
</pre>
Secondly you can chaneg change the value of an individual button:
<pre>
'''Note:''' Programmatically changing the value of one Radio Button in a group using the above technique will not automicatically uncheck the currently checked button (as it would if a user really clicked on it). You must, therefore, remember to progammatically change checked status of the other buttons.
== JavaScript Drop-down Lists ==