submit button + selecting content of field automatically
Zeina Afif
Greenhorn
Joined: Jul 19, 2001
Posts: 22
posted
0
I have a search page where users can select their fields and drop them in a 'selected box'. Before submitting the page, I need to find a way to select the content of the 'selected box' so when the submit button is clicked, the values in the selected box are passed . The form action is calling a jsp page. Do I need to write a function that selects the content of that box and then add it to the Submit Button as an onClick? Would the form action still work?