views:

37

answers:

1

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

+1  A: 

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: http://stackoverflow.com/questions/400212/how-to-copy-to-clipboard-in-javascript

Sparafusile
Yep, flash/as[2/3] interop is the way.
ItzWarty
he asked for android, and as neither IE nor Flash run on an android device normaly, thats not a good answer.
theomega
Oops, reading comprehension failure on my part. My answer is "no" to the subject and "yes" to the second question.
Sparafusile