I was thinking the other day that it would be useful to have a select option that people could also put their own options into on the fly. Obviously you wouldn't do this if you wanted completely normalization, but many times I have made selects with an "other" option, and then below put a text field "If you have selected "other" please tell us what your preference is. This is meant to address that. <! DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd" > <!-- A simple way to have a dropdown that also allows user input. If the user choses "other" from the dropdown, he/she will be shown a text field into which he/she can put a new option. When the user clicks save, the option will be added to the select and made as the selected item. There is a place in the code where you can call the onchange after a new value is added, or comment out that if desir...
a personal and public white board