fixthebug2003
Programmer
Hi,
I have <SELECT> Element with lots of (70+) OPTIONS in them.
I have set the height of the SELECT element to 250px..so it looks like a textarea with scrollbar.
I also have a simple text input box , just above the SELECT element where users can type in the first few words and then the SELECT element will select the option that matches the one in the text box, something similar to Search Index we get on HELP documents.
The only problem is that I could set the selectedIndex on the SELECT element to the one that matches in hte text box but the select item does not scroll to the top. If that can be accomplished it would be great.
Hope I explained clearly.
Fixthebug2003
I have <SELECT> Element with lots of (70+) OPTIONS in them.
I have set the height of the SELECT element to 250px..so it looks like a textarea with scrollbar.
I also have a simple text input box , just above the SELECT element where users can type in the first few words and then the SELECT element will select the option that matches the one in the text box, something similar to Search Index we get on HELP documents.
The only problem is that I could set the selectedIndex on the SELECT element to the one that matches in hte text box but the select item does not scroll to the top. If that can be accomplished it would be great.
Hope I explained clearly.
Fixthebug2003