I've been porting a vb app to a web app and have run up against a wall. Hopefully someone can help me out.
My vb app supplies a long (2500+) list of items to the user with a textbox right above the list. The user will type in a word, and the list will scroll to the closest match according to the user's input.
Any idea how I could accomplish the same result with a long list of links (at the moment seperated by a <br> tag)and a textbox? Javascript would seem to be the answer, but it's not my specialty and I can't seem to find another thread here (or elsewhere for that matter) that does anything similiar to this.
Any help is greatly appreciate, thanks in advance.