We are using drop down list box to choose an employee name, when we type in a letter it goes to the first name that begins with that letter, but we want the user to be able to type in more than one letter to narrow the list.
For example if trying to find Jones, the user could type in Jo and it would go to the first name that starts with Jo. The way it works now if they type Jo it first goes to the first name that starts with J then to the first name that starts with O.
How can we do this using HTML, ASP, or JavaScript?