Click to See Complete Forum and Search --> : Typing inside of Select List


JoeTadalan
06-26-2003, 02:23 PM
I new to Javascript and am trying to find a script to allow the user to select multiple items from a drop down list generated through a SQL Query.

Example -

155 Jane Doe
156 John Doe
157 John Smith
...
165 Jack Tee

If the user enteres 1 and 6 in the drop down list -
165 Jack Tee is highlighted

Khalid Ali
06-27-2003, 12:36 AM
This link might point in a right direction..
http://68.145.35.86/skills/javascripts/SearchValueInListBox.html

JoeTadalan
06-27-2003, 07:35 AM
Khalid -

The link you replied with is not valid.

Let me know if there is another example I can look at.

Thanks in advance,

Joe