hi frnds.
i have a query regarding combo in HTML.
i have a combo in my page where data loaded from database and there are thousands of data and to select a data i have to search using scroll bar. My requirement is that : I want to type in the combo and the data corresponding to that characters will be selected.
Is this possible in HTML or JSP? if possible , can anyone suggest me how it is possible?
Thanks ,
Java_programmer