Hi! You can use hidden parameters in html page: <input name="user" type="hidden" value="???"> <input name="password" type="hidden" value="???">
Geert Van Landeghem wrote: > Does anyone know how to hide parameters in the URL > when using the doGet() method? I just don't want > parameters and their value being shown in the > address bar. > ___________________________________________________________________________ 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
