dropdowllist selected item from javascript to servlet
- by kawtousse
Hi,
I am writing to ask if anybody knows, is it possible to get the value
from a JavaScript variable and use this value in a Java Servlet?
I have read up on this but all i have found is getting the JavaScript
value through a form submit.
What I need is:
I have a html select combo box.
I need to extract the selected value from this and use this value to
query a database.
Is this possible.
Thanks in advance.