I need a specialized scrolling list
October 18, 2007 6:50 AM
Subscribe
I need to create scrolling list, with something a bit extra.
I need to create a scrolling list. It's for a list of about 300 servers, which we currently have in a drop-down menu, but is really hard to scroll through manually. So I need to change this drop down list to a scrollable list and add functionality to the list to enable me to type out the name of a server, then be taken to that server name in the list, a la what Windows Explorer does when you start typing a file or folder name. (i.e., I start typing a file name, and it takes me to the files that start with what I've typed so far, and then finally takes me to the file I want once I've typed enough or all of the filename.)
How can I do this? I'll take any suggestions, whether in html, java, or whatever. I'm an IT dork, but not a web designer by any stretch of the imagination, so explanations that are detailed will be appreciated.
posted by omnipotentq to computers & internet (6 comments total)
1 user marked this as a favorite
Caveat: doing this will also allow people to select multiple servers from the list, which the backend won't be expecting, so you may have to change it to accommodate for that.
posted by pocams at 6:55 AM on October 18, 2007