dropdowllist selected item from javascript to servlet
Posted
by kawtousse
on Stack Overflow
See other posts from Stack Overflow
or by kawtousse
Published on 2010-03-23T15:07:21Z
Indexed on
2010/03/23
15:23 UTC
Read the original article
Hit count: 294
JavaScript
|servlet
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.
© Stack Overflow or respective owner