In your doGet() (or doPost() as the case may be) method:
...
println("<html><head><title>Back Button</title></head><body>")
print("<a href=\">");
print(getRequestURI());
print("></a>")
println("<body></html>");
...





Miguel Angel Fernandez <[EMAIL PROTECTED]> on
03/09/2000 07:59:11 PM

Please respond to "A mailing list for discussion about Sun Microsystem's
      Java              Servlet API Technology."
      <[EMAIL PROTECTED]>

To:   [EMAIL PROTECTED]
cc:
Subject:  Simulate "Back Button"




Hi all, u know what must I send (via HTTP) to the browser to simulate
browser "Back Button" ?
Thanks in advance
============================================
Miguel Angel Fernandez
mailto:[EMAIL PROTECTED]
Mobile Phone: (34) 656 404 806
Job Phone: (34) 91 353 08 54
Java Developer
TECSIDEL
============================================
Hi all, u know what must I send (via HTTP) to the browser to simulate browser "Back Button" ?
Thanks in advance
============================================
Miguel Angel Fernandez
mailto:[EMAIL PROTECTED]
Mobile Phone: (34) 656 404 806
Job Phone: (34) 91 353 08 54
Java Developer
TECSIDEL
============================================

Reply via email to