L
Luke
Hi,
How can you make 2 different submit buttons request different Servlets in
the same form tag in a html file? For i.e if it looks something like this:
<form method="post" action="/Servlet1">
<input name="button1" type="submit" value="openServlet1">
<input name="button2" type="submit" value="openServlet2">
</form>
As you see i want one button to request one Servlet and the other button
an other servlet. But my form tags just point to one Servlet. Can this be
done without making a new form tat in the same html file.
Regards
John
How can you make 2 different submit buttons request different Servlets in
the same form tag in a html file? For i.e if it looks something like this:
<form method="post" action="/Servlet1">
<input name="button1" type="submit" value="openServlet1">
<input name="button2" type="submit" value="openServlet2">
</form>
As you see i want one button to request one Servlet and the other button
an other servlet. But my form tags just point to one Servlet. Can this be
done without making a new form tat in the same html file.
Regards
John