cassjack
06-05-2003, 07:11 PM
I am looking for code to allow me to do this:
1. I will have a list box appear on the web page.
2. When a certain item is selected in the list box, then two list boxes will appear next to the first list box.
3. And if the "other" item is selected in the third box, a text box will appear.
4. A button will allow the user to choose another item, and the process should loop again using a do/while loop. The items selected will be stored in an array for future use.
I'm kind of a novice to this area and need to know if this can be done, and if so, I need to know how this can be done, and if not, why it can't be done.
Nichole
:confused:
1. I will have a list box appear on the web page.
2. When a certain item is selected in the list box, then two list boxes will appear next to the first list box.
3. And if the "other" item is selected in the third box, a text box will appear.
4. A button will allow the user to choose another item, and the process should loop again using a do/while loop. The items selected will be stored in an array for future use.
I'm kind of a novice to this area and need to know if this can be done, and if so, I need to know how this can be done, and if not, why it can't be done.
Nichole
:confused: