Varun,

I came up with something that simulates a combo box, but I don't think it quite 
meets what you're looking for.  It gives the user a text box control and a 
select control.  At first, the select control contains all of the options in 
the list, but as the user types text in the text box, the options in the select 
box that don't match what's being typed are essentially removed, leaving only 
similar entries.  If the user clicks on an option in the select box, the value 
of that option is copied to the text box.

I've posted a page with this control up on my website at 
http://www.swartzfager.org/combo_box_demo.cfm.  You can see all of the code 
involved by viewing the page source.  It's JavaScript-powered but does not use 
Ajax, so it's very responsive.

Like I said, I don't think it's quite what you're looking for, but maybe the 
techniques/functions involved will be of some help.

--Brian

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265519
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to