How to copy text to the clipboard in Javascript?
-
I'm wondering if there's any way to copy text to the clipboard. I'm well aware of http://stackoverflow.com/questions/400212/how-to-copy-to-the-clipboard-in-javascript, but it's over three years old now. Has anything changed since then?
-
Answer:
The easiest thing to do at this point is to go with a Flash based solution. http://code.google.com/p/zeroclipboard/ is a common one (a nice walkthrough is available http://davidwalsh.name/clipboard). Browser vendors have over the past few years removed programatic access to the clipboard. Safari / Chrome lost the ability after a change in WebKit, and FireFox for a long time has blocked it. Only IE remains as one that does allow it, however it displays an alert on each page initially.
Elliot Bonneville at Stack Overflow Visit the source
Related Q & A:
- How to copy text from RichTextBox?Best solution by stackoverflow.com
- How can I copy text from Gedit?Best solution by Super User
- How to connect to a Pervasive Database using javascript?Best solution by Stack Overflow
- How to read text off an embedded text resource?Best solution by Stack Overflow
- How Can I add Latitude, Longitude dynamically in Javascript?Best solution by Stack Overflow
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.