1,000 select boxes with 100 options?!

Posted on 16th Feb 2014 by admin

I have 1 drop down select box with 1,000 options.


In some case, there will be 100+ of these select boxes, with absolutely identical options.


Is there any way to avoid repeating 1,000 options for 100 select boxes?


For example:
OnBlur = remove options from selectbox, and
OnFocus = to add them back.


Can you refer me to some example of the proper way to do this?

Other forums