I want to have a bunch of text be copied with the click of a link - can anyone think of a way to do this WITHOUT using textarea boxes? Thanks!
Can be achieved with javascript, an example: http://www.htmlgoodies.com/beyond/javascript/article.php/3458851 However its not cross browser compatible.
Thanks danx I was looking for a solution where I did not have to display the text being copied in a text area - I will try the flash option - thanks Houdas