Possible Duplicate:
How do i prevent from printscreen of my webpage?
I want to prevent users from taking screen shots of a web-page. What should be the code I have to place in that .html file?
What should be the code to prevent button press like print screen? Because many website prevents users from pressing any keys.
One common method to prevent image theft is simply to disable your website visitors' ability to right/alt-click on images to prevent them from directly saving your images. You might think that this is not particularly effective because people could easily take screenshots of your images.
Luckily, the Android system provides a built-in mechanism for blocking screenshots which is available from Android Honeycomb (3.0).
Screenshots are not controlled by the web browser, they are controlled by software running on the user's operating system and cannot be remotely controlled by a web server.
It is possible. Try this css feature.
html {
display: none; /* hide whole page - the only true way to prevent screenshots */
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With