I've asked this before, but received no response (or I missed
the response -- this is a busy mailing list!):

I can successfully do a Javascript "location.replace(...)" to
a servlet's "doGet" method so that the requesting page is not
saved in the browser history.

My problem is that I'd like to do the same thing in a "doPost"
method. The page that "posts" the form will always be in the
browser history. Any way to avoid this?

My form is an authentication prompt -- how common, eh?
Once the user has logged in, I don't want them to do a "Back"
from the browser and see the login prompt again.

___________________________________________________________________________
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