Jamie,

You can pass information from an HTML form via the POST method (this will
hide the data from the user, but won't encrypt it or anything). Generally
if you have a lot of data, and/or you intend to update a database (as
opposed to getting a result set or something), you should use the POST
method. It's a paramater in the <form> HTML tag. I suggest you peruse (a) a
book on HTML, and (b) the HTTP spec (this is a  must for servlet or cgi
developers) -- http://www.w3c.org.

Kito D. Mann
[EMAIL PROTECTED]




[EMAIL PROTECTED]
Wednesday December 15, 1999 12:37 PM

Please respond to [EMAIL PROTECTED]
To:   [EMAIL PROTECTED]
cc:    (bcc: Kito Mann/PSG/Prudential)
Subject:  How do you hide the servlet

�s parameters in the Browser ?



Hi everybody !

   How do you hide the parameters you send to a servlet through a web page
?, I don

�t want they appear in the url edit box of the Web Browser (
IExplorer, Netscape Communictor ), becuase these parameters is the username
and password that receives the servlet in order to do a validation.

Thanks in advance

�������������������������������������
  Jaime Santana Ruelas
  [EMAIL PROTECTED]
  [EMAIL PROTECTED]
  [EMAIL PROTECTED]
  ICQ: 19745928
�������������������������������������

> 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







Reply via email to