Disable the Print Screen option in web or local Application

Hi All

I want that type of such facility in my Application that no body can take print screen of my view ,form etc on Web environment or in local Application.

Is it right for that type of such feature we need some 3rd party tool on our web server to stop that type of possibilities?

plz reply waiting for your valueable answer/comments.

Thanks for reading that doucment.

Yogesh K Chauhan

yogeshnic@gmail.com

Subject: Disable the Print Screen option in web or local Application.

No, you don’t need a third party tool on your web server. You simply cannot keep someone from taking a screen shot of your page, no matter what software you install on your server.

Strictly speaking, you could of course decide to develop a root kit that takes over control of the user’s machine, deletes all printers, disables the keyboard and mails the content of his/her hard drive to you…

Subject: Disable the Print Screen option in web or local Application.

One of my all time mostest favorite security threads, well worth a read.

http://www-10.lotus.com/ldd/46dom.nsf/55c38d716d632d9b8525689b005ba1c0/d99f4b9f5637511d8525690b0052592c!OpenDocument

Subject: Disable the Print Screen option in web or local Application.

There are ways to limit people’s ability, but there is no 100% foolproof way to prevent anyone from capturing the screen. Even if you use Javascript on a web page to capture the Print Screen keypress, and even if you ran a custom app on Windows that did the same, people could still use a screen capture utility that runs on a timer that doesn’t use the Print Screen key directly.