
Hi ,
I need to search with 2 or more chars within a dropdown using javascript.
As you already know , IE allows to searh using the first char within a dropdown by default ,but I need to include 2 or 3 chars in the search.
eg: if a drop down has the following values
"0411"
"0221"
"0331"
I need to get to 0331 ,when I type '0' followed by '3' ,with the focus on the dropdown box.
Thanks in Advance.
Comment