kj2398
08-06-2003, 05:18 PM
I want to create a form that allows the user to either select from a list or enter another value. I think these are called combo boxes in VB - but that is beside the point.
For example, look at the size drop down box (or font or color tag) on this page above. If I didn't want any of the size choice, is there a way of overtyping the box and adding say "petite". Of course then my asp page would need to know what to do with "petite". I suppose I could have a text box and an "select" on the form, but I thought it would be cleaner if I do it with one input box.
In the real world this is going to take the user input, whether it is from a select box or a text input area and stick it in a database field.
Is this possible?
For example, look at the size drop down box (or font or color tag) on this page above. If I didn't want any of the size choice, is there a way of overtyping the box and adding say "petite". Of course then my asp page would need to know what to do with "petite". I suppose I could have a text box and an "select" on the form, but I thought it would be cleaner if I do it with one input box.
In the real world this is going to take the user input, whether it is from a select box or a text input area and stick it in a database field.
Is this possible?