所有浏览器的复制到剪贴板功能

所有浏览器的复制到剪贴板功能

问题描述:



我想在我的网站中实现复制到剪贴板"功能,该功能适用​​于所有浏览器.我用Javascript函数实现,但仅在IE中有效.对于其他浏览器,我尝试使用Flash,但是我不知道如何使Flash在我的网站上正常工作.请帮助我.

谢谢

Hi,

I want to implement ''Copy To Clipboard'' functionality in my website which should work for all browsers. I implemented with Javascript function but it works only in IE. for other browsers i tried flash but i have no idea about how to make flash working in my website.please help me.

Thanks

请在这里看看: http://code .google.com/p/zeroclipboard/ [^ ].有一个测试链接,因此您可以选择使用网络浏览器进行试用.

干杯!

-MRB
Please have a look here: http://code.google.com/p/zeroclipboard/[^]. There is a link to a test so you can try it out with your pick of webbrowsers.

Cheers!

-MRB


建议".each"不适用于ZeroClipboard的Google Chrome浏览器.要使其在chrome中工作,请使用".mouseover".我浪费了5-6天的时间去寻找解决方案,使其在chrome中工作,最后发现了这样一个愚蠢的解决方案.


谢谢
Recommended that ''.each'' does not work in google chrome for zeroclipboard. to make it working in chrome, use ''.mouseover''. I wasted 5-6 days behind finding solution to make it working in chrome and finally found such a silly solution.


Thanks