Hi,
I urgently need help, I have to develop a dynamically sorted dropdown for webpages, the details are as follows:
You have a list box or dropdown box on a page that is sorted alphabetically.
When the user types "T" it goes to the first item that begins with a "T".
When the user types "F" it goes to the first item that begins with an "F".
Give me a solution where the listbox or dropdown box will search incrementally, in other words search for the first word that begins with "TF..."
In other words a listbox or dropdown box that doesn't only search on the first letter of a word.
Hoping ne1 has any idea of how to solve this !
Cheers,
Golum
I urgently need help, I have to develop a dynamically sorted dropdown for webpages, the details are as follows:
You have a list box or dropdown box on a page that is sorted alphabetically.
When the user types "T" it goes to the first item that begins with a "T".
When the user types "F" it goes to the first item that begins with an "F".
Give me a solution where the listbox or dropdown box will search incrementally, in other words search for the first word that begins with "TF..."
In other words a listbox or dropdown box that doesn't only search on the first letter of a word.
Hoping ne1 has any idea of how to solve this !
Cheers,
Golum
Comment