You'll need to create some javascript functionality to do this.
Use the onKeyUp event in the textbox you are entering the search string.
Loop thru the items in the select control and compare against the search string. You'll have to do a partial comparison so you can match the beginning of the options with what you have typed.
Peter
------------------------------------------------------
Work smarter, not harder.
|