Hallo,
klappt nicht gibt ne fette Fehlermeldung:
"Unprivileged scripts cannot access Cut/Copy/Paste programatically reasons. Clock OK to see a technical note which shows how to allow a script to access the clipboard"
Hab dann auf OK gedrückt und dann kommt folgenes:
Help enabling clipboard actions for Mozilla/Netscape
You'll have to quit Mozilla/Netscape before you do this!
Find the files "prefs.js" and "user.js" on your local computer. Open them up with a texteditor and add the following lines:
user_pref("capability.policy.allowclipboard.Clipbo ard.cutcopy", "allAccess");
user_pref("capability.policy.allowclipboard.Clipbo ard.paste", "allAccess");
user_pref("capability.policy.policynames", "allowclipboard");
user_pref("capability.policy.allowclipboard.sites" , "
http://www.YOUR SERVER HERE.com");
"
http://www.YOUR SERVER HERE.com" of course must contain the URL of the server you want to allow to execute clipboard functions (such as cut, copy and paste).
Restart your browser.
Bildschirmfoto als Anhang.