geuis
06-01-2003, 07:15 PM
I have data that is added to an array as the user inputs new data. What I would like to do is to make is so that the array data is displayed in a pop-up menu. When one of the selections in the menu is selected, it will then load notes about that input into a <textarea> box.
My main question is how can I display the contents of an array in a pop-up menu since the data is dynamic?
My main question is how can I display the contents of an array in a pop-up menu since the data is dynamic?