Changes

Jump to: navigation, search

Building Forms with JavaScript

8 bytes added, 20:28, 16 May 2007
JavaScript Radio Buttons
</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 the ''checked '' status of the other buttons.
== JavaScript Drop-down / Select Object ==

Navigation menu