Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p><strong>UPDATED 25/11/2014</strong></p> <p>As <a href="https://stackoverflow.com/users/89783/alistair">Alistar</a> say you can't do this with only <a href="https://developer.mozilla.org/en/Using_the_Clipboard" rel="nofollow noreferrer">javascript</a> and html, but wait, is not so simple, depending on what you need you can try <a href="https://stackoverflow.com/questions/400212/how-to-copy-to-clipboard-in-javascript">different way</a>!</p> <blockquote> <p><em>..clipboard method only works to put strings on the clipboard. For other types of data, such as URLs or images, you will need to use a more complex method...</em></p> </blockquote> <p><strong>HTML5</strong></p> <blockquote> <ul> <li><a href="http://www.w3.org/TR/clipboard-apis/" rel="nofollow noreferrer">http://www.w3.org/TR/clipboard-apis/</a></li> <li><a href="http://www.w3.org/TR/clipboard-apis/#mandatory-data-types-1" rel="nofollow noreferrer">http://www.w3.org/TR/clipboard-apis/#mandatory-data-types-1</a></li> </ul> </blockquote> <ol> <li><a href="http://caniuse.com/#feat=clipboard" rel="nofollow noreferrer">http://caniuse.com/#feat=clipboard</a></li> <li><a href="https://developer.mozilla.org/en-US/docs/Web/API/ClipboardEvent" rel="nofollow noreferrer">https://developer.mozilla.org/en-US/docs/Web/API/ClipboardEvent</a></li> </ol> <p><strong>Flex / Flash / ActionScript</strong></p> <blockquote> <ul> <li><a href="http://livedocs.adobe.com/flex/3/html/help.html?content=CopyAndPaste_6.html" rel="nofollow noreferrer">Clipboard data formats</a></li> <li><a href="http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/desktop/Clipboard.html?filter_flex=4" rel="nofollow noreferrer">ActionScript 3.0 - Clipboard</a></li> </ul> </blockquote> <ol> <li><a href="http://www.flexets.com/show-image-from-clipboard" rel="nofollow noreferrer">http://www.flexets.com/show-image-from-clipboard</a></li> <li><a href="http://upog.wordpress.com/2010/02/14/copy-and-paste-in-flex-web-application/" rel="nofollow noreferrer">http://upog.wordpress.com/2010/02/14/copy-and-paste-in-flex-web-application/</a></li> </ol> <p><strong>JAVA</strong></p> <blockquote> <ul> <li><a href="http://java.sun.com/j2se/1.5.0/docs/api/java/awt/datatransfer/Clipboard.html" rel="nofollow noreferrer">http://java.sun.com/j2se/1.5.0/docs/api/java/awt/datatransfer/Clipboard.html</a></li> </ul> </blockquote> <ol> <li><a href="http://www.java2s.com/Code/Java/2D-Graphics-GUI/SendingImageObjectsthroughtheClipboard.htm" rel="nofollow noreferrer">http://www.java2s.com/Code/Java/2D-Graphics-GUI/SendingImageObjectsthroughtheClipboard.htm</a></li> <li><a href="http://lassebunk.dk/2009/08/04/clipboard-java-applet/" rel="nofollow noreferrer">http://lassebunk.dk/2009/08/04/clipboard-java-applet/</a></li> <li><a href="http://www.devdaily.com/java/java-clipboard-image-copy-paste" rel="nofollow noreferrer">http://www.devdaily.com/java/java-clipboard-image-copy-paste</a></li> </ol> <p><strong>ActiveX</strong></p> <p><a href="http://www.codeproject.com/KB/graphics/ClipboardActiveX.aspx" rel="nofollow noreferrer">Clipboard ActiveX for Image Copy/Paste into Web Forms</a></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload