I have a JS app that an user interacts with. I need to save the appearance of the interface at the current time, crop out the part that I need (or only shot the part that I need by specifying the div), and send it back to the server.
Clearly any external services would not be able to do this, I need a javascript (or flash) script that can save the screen appearance. Is this possible?
Thanks.
Also, as the comment below says, I cannot use Active X.