when i copy some text and when i click on any button or link i wanted to show copied content. I wanted this to work on all browsers.I tried window.clipboardata,
working fine in ie browser but i need for chrome. Copied contents i wanted to show on clicking, i dont want it to be displayed by using ctrl+v.
Asked
Active
Viewed 57 times
0

user1989488
- 125
- 1
- 9
-
http://stackoverflow.com/questions/400212/how-do-i-copy-to-the-clipboard-in-javascript?page=2&tab=votes#tab-top – Andrew Apr 28 '17 at 04:29
1 Answers
1
As per official Google Forum (https://productforums.google.com/forum/#!topic/chrome/suwKfZVJqaI), you cannot access clipboard in Google Chrome browser. The support has been disabled years ago.

murtazat
- 399
- 3
- 12