Ack:- SourceCodesWorld.com

Text From Your Clipboard?



How this Clipboard Hack is done.

The Clipboard hack is done by the following Source Code:

<Script Language="JavaScript">
var content = clipboardData.getData("Text");
alert(content);
</Script>

Solution to Clipboard Hack

To avoid Clipboard Hack Problem, do the following:

  1. Go to internet options->security
  2. Press custom level
  3. In the security settings, select disable under Allow paste operations via script.
Now the contents of your clipboard are safe. :)