Jump to content

Dynamic Drop Down Select box


alwaysvaghu

Recommended Posts

Dynamic Drop Down Select boxHello Friends....I want to cretae dynamic dropdown select box....like....when it should save entered value in drop down list and also allow usto enter new value if it is not in the list.....How can I do that...????

Link to comment
Share on other sites

Hello, if I'm understanding your question correctly, I don't think it's possible to build a drop down that will allow users to type in a new value. To add a new value to the selection list, one option is to add an additional input field (type="text") and allow users to type in a new value to add to the drop down. You would also include a button that dynamically adds and creates a new drop down when clicked. The new drop down could be created using either javascript or server-side processing with ASP, Java, PHP, etc.I know that my company uses this type of method for adding values to a drop down list. Maybe someone else knows a better way of handling that.lugos

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...