2

I had a JavaScript function which is used for copytoclipboard and is working fine in IE8. but the problem is after pasting i want to delete old copied data and copy paste new data. How to delete old copied data from clipboard and copy new data using javascript,jquery

BenMorel
  • 34,448
  • 50
  • 182
  • 322
NehaD
  • 21
  • 3
  • If the user is supposed to paste in the same application, you can guess that he pasted, by capturing Ctrl-v presses. A robust solution would be hard or impossible to achieve. – sabof Feb 25 '14 at 09:10

0 Answers0