Hi all,
Is there any way to copy current selected text to the clipboard?
This is a discussion on Copy to clipboard within the Plugins Development section, part of the Chrome Plugins category: Hi all, Is there any way to copy current selected text to the clipboard?...
Hi all,
Is there any way to copy current selected text to the clipboard?
select text + <right-click> + copy from the menu or <ctrl-C>
Okay... what I meant was copy selected text to clipboard using javascript. =)
document.execCommand('Copy');
http://groups.google.com/group/chrom...9027e7f3b04f68
+ you owe me 5 minutes of my precious time for not being very clear in the first place![]()
FYI, according to this: http://www.google.com/support/forum/...630240a0&hl=en, it no longer works.
Yeah and dam annoying it is too.
Even the stuff for extensions has been in experimental for ages....
http://code.google.com/chrome/extensions/experimental.clipboard.html
...If I remember right there is a way of doing it with a bit of help from flash, google it if your desperate.