Hello,
I've been searching thru the forums for anything on dynamic menu building, but am not quite hitting what I'm looking for.
I'm trying to build a dynamic drop down menu from a table in MySQL but was wondering if it is possible to incrementally display the result SELECT OPTIONs with each keystroke.
For example if the list is U.S. states, as soon as I hit 'm', I would see Maine, Maryland, Massachusetts, etc.... but if I typed far enough like 'min' then Maine, Maryland, Massachusetts, Michigan would drop off the list.
...or if the list didn't diminish in size, the options would at least jump down to Minnesota.
Or something like that. I'm dealing with an 800+ option list of Job Titles in which a user has to choose 1. I'm trying to make the textbox entry more search-like, rather than drill-down-like.
Any suggestions? :queasy:
thanks,
JM