I am developing a website. I want to clear the clipboard data when the print screen button is pressed while viewing my site by using JavaScript or jQuery. Can anyone please help
You cannot manipulate the clipboard with javascript due to security reason. But the common way is to use flash...
Read that. It is very complete: http://brooknovak.wordpress.com/2009/07/28/accessing-the-system-clipboard-with-javascript/