Hi,

With the GET method, names and values are sent from the browser as being
attached to the URL. Whereas, with POST method, the names and values are
sent as a stream.

So in your case, you will be using the GET method. ( corresponding doGet()
in servlet )

Gautam


>From: #YANG YUE XIANG# <[EMAIL PROTECTED]>
>Reply-To: "A mailing list for discussion about Sun Microsystem's Java
>        Servlet API Technology." <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: HTTP/1.1, HTML and Servlets
>Date: Fri, 11 Jun 1999 13:32:22 +0800
>
>
>Hi, Everyone,
>
>I know the reques or response of http/1.1 protocal. But when I write the
>servlets program, I donot know which method corresponds to getting the
>elements of the request or response.
>
>I mean,in the following request,
>
>ht tp://155.69.92.21:8080/chat/chat?123456789
>
>how to get string 123456789, and so on.
>
>Thanks very much!
>
>yang yuexiang
>
><< YangYuexiang.vcf >>


______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

___________________________________________________________________________
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