Create button CRTL+C

Hi,
I’m using scriptcase recently , and thanks to you I have solved many problems.
Now I have a grid (result by a sql query), and I must create a button or link that copies one grid’s information into the clipboard (same operation of CTRL+C).
Have you got any suggestion?

Thanks
Francesco

The only thing I can think of is by using a javascript button. This link gives a clue. http://www.htmlgoodies.com/beyond/javascript/article.php/3458851

I haven’t been playing with js a lot, but I hope somebody else can give you some more detailed answer.

Hi Albert,
I have seen your solution, but this javascript works only into Internet Explorer.
I’ll try it …let’s see.

Thanks
Francesco

I used zeroclipboard as it works in all browsers.
But it’s flash based so it doesn’t work on Android.

HTML5 has a clipboard API and this should be the best future proof and widespread solution.