I have a htlm table with lots of data the user might want to copy to paste into Excel or whatever...
Since it's big I want to help user selecting it, he can then copy & paste himself.
I found this http://stackoverflow.com/questions/2044616/select-a-complete-table-with-javascript-to-be-copied-to-clipboard
but it creates a security error (code 1000) in FF, any thoughts? Can this be done more efficiently with jQuery?