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

actionscript 3 - TweenLite does not work with object -

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -

c# - Global Variables vs. ASP.NET Session State -