Hi,
Let say, I have 2 input parameters in the form. If I need an extra
parameter
(e.g the name of the form or any other thing) to be sent to the servlet,
what should I do?
<form name="form1" value="form1" method="post">
<input type="text" name="para1" value="value1">
<input type="text" name="para2" value="value2">
</form>
Thanks