by Lew <lew@[EMAIL PROTECTED]
>
May 12, 2008 at 07:49 AM
a wrote:
> 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>
<input type="hidden" ...
More generally, learn HTML.
<http://www.w3schools.com/tags/default.asp>
--
Lew