Re: Disabling printing keys
I have never worked with that. Put this one worth reading
Re: Disabling printing keys
Hey,
Why exactly do you need to do this?
What you have to understand, is that any measures that you put in play, especially using JavaScript, can easily be circumvented. So you have to decide why exactly you are doing what you are trying to do, and whether it is worth it.
Gary
Re: Disabling printing keys
I want to prevent anyone to take screen shots of my web pages.
Re: Disabling printing keys
Hey,
But why would you want to do that? That is the part that I am questioning.
You are never going to find a solution that will cover this 100%!!!
Gary
Re: Disabling printing keys
Actually it is requirement from my boss, that print screen key is disabled, it can be screen shotted by various means I know but to put the formality I have to do it just
Re: Disabling printing keys
Hey,
If you google for "disable print screen" you will find a number of solutions, including continually clearing the clipboard.
However, I think you need to make it clear to your boss that nothing you implement in going to be 100% effective. If you are trying to preserve copyright, then you might want to think about watermarking your images, and placing copyright notices on your site.
Gary