| Author |
Drop down list with enterable fields?
|
steve kelly
Greenhorn
Joined: Feb 15, 2012
Posts: 25
|
|
|
Can anyone point me to how to do this? My google searches must be off as I am not seeing what I need. Basically I need a drop down list of existing fields to choose from(this part I know how to do) with an additional field that user can enter some value(this part I dont know how to do in addition to drop down frields).
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56185
|
|
There is no HTML control that does that on its own. You'll need to look for a JavaScript composite control that suits your needs. Perhaps you could look at the jQuery UI Auto-completer.
As this has nothing to do with JSP, it's been moved to a more appropriate forum.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: Drop down list with enterable fields?
|
|
|