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
- JavaScripts : Wanna disable viewing source of the page... Vivek Vijapure
- Re: JavaScripts : Wanna disable viewing source of th... Maureen
- Re: JavaScripts : Wanna disable viewing source o... Jim Preston
- Re: JavaScripts : Wanna disable viewing sour... Maureen
- Re: JavaScripts : Wanna disable viewing ... Jim Preston
- Re: JavaScripts : Wanna disable vie... David Keith
- Re: JavaScripts : Wanna disable viewing sour... Maureen
- Re: JavaScripts : Wanna disable viewing ... Sven van 't Veer
- Re: JavaScripts : Wanna disable viewing source of th... Teodor Cimpoesu
- Re: JavaScripts : Wanna disable viewing source of th... Geert Van Damme
- Re: JavaScripts : Wanna disable viewing source of th... Mutahar Qayum
- Re: JavaScripts : Wanna disable viewing source of th... Mark Mascolino
- Re: JavaScripts : Wanna disable viewing source of th... Mark Mascolino
- Re: JavaScripts : Wanna disable viewing source of th... Cogley, Jonathan
- Re: JavaScripts : Wanna disable viewing source of th... Robert Rainwater
- Re: JavaScripts : Wanna disable viewing source of th... Nathan Revo
