views:

112

answers:

1

Hi All,
I am looking for a javascript function which can copy contents from TextArea into clipboard. On microsoft platform the function works fine, but it fails when I switch to non-microsoft platform such as, FireFox or Safari.
I referred this link for the function.


If anyone knows the solution for this, please help me out.
Thanks in advance.

A: 

May be this might help.

http://stackoverflow.com/questions/400212/how-to-copy-to-clipboard-in-javascript

vcosk
Thanks buddy. I already tried this code, but it works only in IE.
Vijay Balkawade