wilson wrote:
> I' have tried <FORM ACTION = "servlet/HelloClientServlet" METHOD =
> "POST"></FORM>
> It's not working.
>
> Also, tell me how to pass arguments to the servlet....example pls..
Try this:
<form action="127.0.0.1:8080/servlet/HelloClientServlet" method=post>
<INPUT TYPE=text NAME=para1 VALUE=value1> // pass argument
<INPUT TYPE=text NAME=para2 VALUE=value2>
</form>
Jianhong
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html