PDA

View Full Version : How to cpature values in dropdown menu?


Coral_Lover
09-30-2002, 07:22 AM
Hi, does anyone know how to capture the selected value of a dropdown menu, then store it in a JSP variable so that it be used in a SQL statement?? If not, pls teach me how to retain values in the dropdown menus. Coz right now, the method i'm using is-> functionName (this.Form). The problem with this method is that, it will clear away all the selected values, and i'm having a great problem in retaining those selected values. So, does anyone know do i solve the problem?? Pls help me out, i'm having headache with this. :confused: My coding is attached. Feel free to take a look at it.

Alekz
09-30-2002, 07:53 AM
Hi,
The problem description is just too complicated for me...
Can You post a description of the end user viewpoint? What should happen to the end user, when it takes some actions, etc... a use case?

Alex

Coral_Lover
09-30-2002, 08:20 AM
:o Thank u, Alex, for trying to help me. I thinki can kinda solve the problem right now... Hopefully it can work later on when i upload it to the server side.