Can CF do this?

I have a database of, say, 1000 song titles.  I want a user to be able
to input one of those song titles into a form.  A select box with 1000
options is pretty unwieldy.  Can CF eliminate irrelevant songs as the
user types?

For example:
User types "B", only those titles starting with "B" now show in the dropdown.
User types "o", only those titles starting with "Bo" now show in the dropdown.
User types "t", only those titles starting with "Bot" now show in the dropdown.
etc, etc, etc...

I'm trying to prevent the user having to type the whole title AND
force the title to be spelled/cased exactly as it already is in the
database.

Thanks in advance for any help,
Les

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326075
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to