I need help copying rich text to the clipboard using JavaScript. I have searched around and haven\'t found anything to suit my specific needs.
Well here is the deal most modern web browsers wont let you have access to the clip board. However like with everything there is a work around.
https://github.com/zeroclipboard/zeroclipboard
this is a js/flash plugin that lets you copy text to your clipboard.
(i believe you can use it for rich text.)