4

Or am I going to have to write an app to do that??

Lawrence D'Anna
  • 2,998
  • 2
  • 22
  • 25

1 Answers1

1

This works in IE only:

window.clipboardData.setData('text',text);

Other than that, i've heard you can use Flash to mess with the clipboard, but I'm not sure why you would want to go to those lengths.

Edit: related question: How do I copy to the clipboard in JavaScript?

Community
  • 1
  • 1
Sparafusile
  • 4,696
  • 7
  • 34
  • 57