Hi Vivek!
On Fri, 30 Jun 2000, Vivek Vijapure wrote:

> Hey JavaGurus there,
>
>         Can anybody tell me how to disable the mouse click, view source of
> the HTML page in Netscape and IE. I tried to use
> 'document.captureEvents' but it doesn't fit to my purpose. Also the menu
> option 'view/Page Source' should be handled.

Sorry, but how does this relates to JSP?
To make it fit, let's say you will do a
Response.addHeader('Cache-control','no-cache, pre-check=0, post-check=0');
Response.addHeader('Pragma','no-cache');
*BUT*, I can do a netstat && sniffit, so the only safe way is not to serve it :)

-- teodor

===========================================================================
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