> enablebackbutton(false)
There is no standard method like that as far as I know.
We ran into a similar problem as we had our own navigation menu. The
browser's back and next button disturbed our navigation program.

What we did was we got rid of the whole toolbar of the browser, so that
neither the back or the next button of the browser were visible. It is easy
to do that with the openWindow method.

Regards
Gunjan

> ----------
> From:         K Ramesh[SMTP:[EMAIL PROTECTED]]
> Reply To:     A mailing list for discussion about Sun Microsystem's Java
> Servlet API Technology.
> Sent:         Friday, May 19, 2000 1:07 PM
> To:   [EMAIL PROTECTED]
> Subject:      Re: Browser BACK button
>
> i fully agree with u rajesh. Even i tried it and am getting the same
> problem
>
>
>
>
>
> "SHEDDE, RAJESH" <[EMAIL PROTECTED]> on 05/19/2000 22:11:53
>
> Please respond to "A mailing list for discussion about Sun Microsystem's
> Java
>       Servlet API Technology." <[EMAIL PROTECTED]>
>
> To:   [EMAIL PROTECTED]
> cc:    (bcc: K Ramesh/Chennai/HCLDELUXE)
>
> Subject:  Re: Browser BACK button
>
>
>
>
> It doesn't work. The function is not recognized.  I hope you are not
> 'kidding'
>
>
>
>
>
>
> Sajan Thomas <[EMAIL PROTECTED]> on 05/19/2000 12:14:25 PM
>
> Please respond to "A mailing list for discussion about Sun Microsystem's
> Java
>       Servlet API Technology." <[EMAIL PROTECTED]>
>
> To:   [EMAIL PROTECTED]
> cc:    (bcc: Rajesh Shedde/ELISG/SAIC)
>
> Subject:  Re: Browser BACK button
>
>
>
>
> Easy.  Say  "window.enablebackbutton(false); "
>
> -----Original Message-----
> From: A mailing list for discussion about Sun Microsystem's Java Servlet
> API
> Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of K Ramesh
> Sent: Friday, May 19, 2000 7:57 PM
> To: [EMAIL PROTECTED]
> Subject: Browser BACK button
>
> Hello Everybody
>
> Is there any way by which we can disable the browsers BACK button using
> JSP
> or
> JavaScripts?
> Also, Is there any way to selectively clear a segment of the History
> information
> in the browser?
> ie, i want to clear  the history contents of a particular website that the
> user
> has browsed.
>
> Thanks for all your help
> K Ramesh
>
> __________________________________________________________________________
> _
> 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
>
> __________________________________________________________________________
> _
> 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
>
> __________________________________________________________________________
> _
> 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
>
> __________________________________________________________________________
> _
> 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
>

___________________________________________________________________________
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