Clipboard management with websites

ε祈祈猫儿з 提交于 2019-12-02 01:56:25

One option is Clippy, "a very simple Flash widget that makes it possible to place arbitrary text onto the client's clipboard.

Well, since Firefox disables working with the clipboard in JS for security reasons, and you want cross browser support, it's not possible to get exactly what you want.

But really, sites like Photobucket don't do what you want and instead actually just select the entire textbox for you when you click it.

And a quick Google will help for finding how... here's one thing I found using the search terms javascript automatically select textbox...

http://www.dynamicdrive.com/forums/archive/index.php/t-17992.html

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