Use a POST method in your form not GET. You will also have to override the doPost( ) method in your servlet (just have it call doGet or rename the doGet method to doPost).
Chris Gow
[EMAIL PROTECTED]
-----Original Message-----
From: Santana, Jaime [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 15, 1999 12:38 PM
To: [EMAIL PROTECTED]
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
