Changes

Jump to: navigation, search

Building Forms with JavaScript

9 bytes added, 20:27, 16 May 2007
JavaScript Drop-down Lists
'''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 / Select Lists ==

Navigation menu