Javascript to take a screenshot of a website without using ActiveX

Posted by Jourkey on Stack Overflow See other posts from Stack Overflow or by Jourkey
Published on 2010-01-12T05:04:04Z Indexed on 2010/04/28 2:13 UTC
Read the original article Hit count: 248

Filed under:
|

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.

© Stack Overflow or respective owner

Related posts about screenshot

Related posts about JavaScript