Select-As-You-Type Combo box?
I have a list derived from a database that populates a combo box. I would like the interface to select the entry that meets typed criteria as the user types each letter.
ex. I type "0" it goes to the first entry that starts with "0". I type "1" and it goes to the first entry that starts with "01". I type "G" and it goes to the first entry that starts with "01G".
I would prefer this to be in vbscript/ASp 3.0.
Thanks,
- Don
|