Forum Moderators: open
Can any one tell me how to disable "save as" and "print" option of menu bar?
I tried --- <meta http-equiv="imagetoolbar" content="no"> ---
and --- oncontextmenu="return false" ondragstart="return false" onselectstart="return false" ----
But if I go through File->Save As or Print, the document gets printed and saved.
I want to prevent this.
Can any one help me out in this issue?
Thanks
Anirban
Basic rule is - if you have something on the web that shouldn't be saved or printed then you should take it off the web. This goes for HTML, CSS, images, etc..
[webmasterworld.com...]
there are programs that offer this option, but (1) nothing is absolutely failproof and (2) disabling the print function on one single page can affect the user's visits to other pages as well.
as above, its best to simply not put it in print, via paper or the web, if its too important.
2) You cannot disable it only for your page, it will then effect every other page visited that session until the user finds a way to set it back.
3) If a user wants to print a page from your site and finds it disable he will get first confused and if he works out you did it he will get pissed off and leave.