html - presenting long lists on screen without javascript -


a user sees form on screen. has fill in field selecting item long list. list may number thousands of items.

what ui mechanism have employed deal problem without resorting javascript, ajax or such techniques?

if it's thousands of choices , can't use javascript, break multiple pages, user chooses general category, chooses sub-category if appropriate, chooses more manageable list.


Comments

Popular posts from this blog

iphone - Using nested NSDictionary with Picker -

javascript - Iterate over array and calculate average values of array-parts -

php - accessing mysql using different server to which db connection data is located -