Archive for July 31st, 2008

Thursday, July 31st, 2008

Dynamic Text Boxes

HTML doesn’t contain a single element combo box. To get the equivalent of a combo box in a web page you need to somehow combine a drop down list and an input field.
One way to do this is to provide an extra option in the drop down list that will make a separate input field [...]