Hi Mayuresh,

But what was specifically asked was how to disable back button of the browser and
not how to return to the previous document using the history object.That feature is
not available you can check out the DOMs.

Alok.

Mayuresh S Kadu wrote:

> yep ... they do. Atleast in Javascript.
>
> <script language="javascript">
>     document.history.go(-1);
> </script>
>
> > Presently Netscape and Microsoft DOMs do not offer the facility to access
> > back button .It is expected to be implemented in future versions.
> >
>
> ===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
> 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".
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