Changes

Jump to: navigation, search

Building Forms with JavaScript

34 bytes added, 20:27, 16 May 2007
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 ==

Navigation menu