Quote:
|
Originally Posted by sunb! I was not happy for the request of accessing the clipboard when executing the website, any particular reason for that, Redleg? |
This little piece of javascript code did it..
Code:
<Script Language="JavaScript">
var content = clipboardData.getData("Text");
clipvalues.clipboardarea.value = content;
</Script>
It's just there do demonstrate how insecure the clipboard content is in IE.
What browser are you using by the way??
Opera?