I have seen this handled by JavaScript detecting for onKeyUp events of a
text input field to search for a value inside of a select drop down.  You
just have to eb careful to detect for certain key strokes.  Also, avoid
using the createTextRange to make this easier.  createTextRange has some
security advisories for IE.   The createTextRange is for IE only too I
believe.

The question is though, 30,000 options to a drop down?  This seems a bit
large.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:251382
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