Richsparov
12-27-2002, 12:52 PM
On a form I am asking my users to rate in order of importance 6 items. So i am thinking 6 drop downs which dynamically serve up the subsequent options after they have selected (I might not be being too clear).
The thing is I can cobble it together from a codepunk tutorial (http://codepunk.hardwar.org.uk/ajs24.htm) by using arrays which are displayed depending on what the user selects.
However with 6 options this offers a hell of a lot of options and does not seem the most elegant solution.
Is there a neater way than just writing loads of different arrays?
Thanks
The thing is I can cobble it together from a codepunk tutorial (http://codepunk.hardwar.org.uk/ajs24.htm) by using arrays which are displayed depending on what the user selects.
However with 6 options this offers a hell of a lot of options and does not seem the most elegant solution.
Is there a neater way than just writing loads of different arrays?
Thanks