copy to clipboard

Copy to Clipboard - a browser agnostic way to script this functionality

Have you tried to present some code or sample content for the end-user that you wanted to allow them to easily copy to their clip-board? If you use the JQuery Javascript library then you can use the plugin called zClip available here - zClip Using zclip you can attach an event to a button or a text-area such that when the event occurs, the content is copied to the clipboard.