views:

16

answers:

1

Activestate Code Recipe has the function of storing information in a clipboard in a client that access the web. How can I do that?

+1  A: 

You can store information on the client's clipboard using Javascript.

http://brooknovak.wordpress.com/2009/07/28/accessing-the-system-clipboard-with-javascript/

MarkisT