Answer the question
In order to leave comments, you need to log in
How to send in JSP send request text with selected string from drop down list?
I have a form something like this:
<form action="myAction/" method="post">
<p><select size="3" multiple name="$hero">
<option disabled>Выберитеoption>
<option value="1">Один/option>
<option value="2">Два</option>
<option value="3">Три</option>
<option value="4">Четыре</option>
</select></p>
<p><input type="submit" value="Отправить"></p>
</form>
Answer the question
In order to leave comments, you need to log in
Replace action with GET, and you get something like myAction/&?$hero=1
Or use AJAX.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question