ndowns
07-22-2009, 03:05 PM
I have a div on my webpage, it contains a table with some css formatted text and an applet which produces a chart.
The end user will need to copy the chart and it's title and labels (the text in the table) and paste it into excel/power point/etc.
I think the only way I can do this is to somehow get a screenshot of just the div and it's contents and send it to the clipboard as an image. I'd like to have a button right below each chart "Send to Clipboard" that does this...
Is this possible or am I wasting my time. I know javascript can't do it... I've read a little bit about some activeX that might do it? Can I make some type of applet/servlet or something that does this?
Any suggestions please.
The end user will need to copy the chart and it's title and labels (the text in the table) and paste it into excel/power point/etc.
I think the only way I can do this is to somehow get a screenshot of just the div and it's contents and send it to the clipboard as an image. I'd like to have a button right below each chart "Send to Clipboard" that does this...
Is this possible or am I wasting my time. I know javascript can't do it... I've read a little bit about some activeX that might do it? Can I make some type of applet/servlet or something that does this?
Any suggestions please.