Hi,


In a applet,  I want to "invoke:-)" a servlet(my_servlet.class):

1.
if I use "http://IPAddr:port/servlet/my_servlet" to make a "URL",  then
in
my_servlet, "doGet" is "invoke".

2.
if I use "http://IPAddr:port/servlet/my_servlet?ParamName=..." to make a

URL,
then in my_servlet, "doGet" is "invoke"

So:
How can I make a URL to "invoke doPost" ?  If I use "FORM(HTML)", I know
how
to
"invoke doPost",  But I don't know how to use "URL" to "invoke doPost".



Thanks in advance!


Bo
Apr.30,2000

___________________________________________________________________________
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

Reply via email to