Copy to clipboard with no Flash - Firefox, Chrome, Safari, Opera [duplicate]

故事扮演 提交于 2019-12-07 03:54:11

问题


Possible Duplicate:
Copy to clipboard without Flash

I want to copy some text from an element by a given id to clipboard. I want to be flashless solution, no Flash at all. It can be in jQuery or JavaScript.

The solution for IE is simple (clipboardData), but for FF, Chrome and others - it doesn't work.

Help.


回答1:


There is no javascript method to do this - its prevented by browser security ... Flash is the best alternative ...

Explanation of security policy on Firefox -> http://kb.mozillazine.org/Granting_JavaScript_access_to_the_clipboard



来源:https://stackoverflow.com/questions/8742559/copy-to-clipboard-with-no-flash-firefox-chrome-safari-opera

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!