I'm building a set of dependant drop-down menus in a form - The first
menu will have about 60 choices, and the dependant menus will have about
600 choices (about 8-10 in each menu depending on the choice in the
first). I'm trying to do this all in the form script, without linking to
an external data source, to avoid any access issues for the end users.
Is there an upper limit to custom Javascript length that I need to watch
out for, before I spend a few hours putting the coding in? I'm using
Liv...