Hallo,
ich habe es mit folgendem probiert.
http://kb.mozillazine.org/Granting_JavaScript_access_to_the_clipboard
Klappt bei mir auch nicht - an was liegt es?
text = "das ist mein text";
document.execCommand("copy","",text);
Hallo,
ich habe es mit folgendem probiert.
http://kb.mozillazine.org/Granting_JavaScript_access_to_the_clipboard
Klappt bei mir auch nicht - an was liegt es?
text = "das ist mein text";
document.execCommand("copy","",text);