Hi,
        You cannot actually disable the browsers back button...
        There are two way in which you can achieve the similar
functionality...

        1. One to open a browser window without back button
        2. The another way is using double redirection. You have to redirect
to a page which redirects to the actual page... By doing this if the user
press back.. the redirection page redirects to the actual page again....
This may not be that efficient because if the user press back faster twice,
it will go back...

Suresh


----- Original Message -----
From: "Ben Li" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, December 29, 2000 12:02 AM
Subject: How to disable Back on Browser?


> Hi All,
>
> In my application, it is necessary to disable the Back button on Browser.
> Can anyone tell me how to disable the Back button and prevent the user to
go
> back to the prevous page?
>
> Thanks,
> Ben
>
>
===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to