hi
i suggest you use the same URL as the one mentioned below
i.e.
<FORM ACTION = "http://172.16.2.43:80/servlet/HelloClientServlet"
METHOD=POST>
</FORM>
Manoj P Mansukhani
iSolutions
Mumbai, India
----- Original Message -----
From: Wilson. P <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, June 22, 1999 12:54 PM
Subject: Re: How to call a simple servlet from HTML
> Still ..problem
>
> I have moved the HelloClientServlet.class file to the c:\JRun\Servlets
> directory.
>
> Then , If I type http://172.16.2.43:80/servlet/HelloClientServlet ,then
it's
> working
>
> As u suggests , if I included it in HTML ,it was not working...
>
> Now, Tell me whether the way I have shown is correct to run the servlet or
> not?...
>
> Agian the problem is ...servlet/servlets
>
> bye
> wilson
>
>
> Jianhong wrote:
>
> > 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
>
> --
>
>
>
___________________________________________________________________________
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