Hello everyone,
I am brand new to EXT JS and fairly new to web programming. My question is, is there anyway within EXT or with javascript to take a screen shot of the page a person is looking at? This image could either be saved or sent to a server to be rendered elsewhere.
Thanks in advance.
As far as I'm aware it's not possible to take a screenshot using Javascript. Javascript doesn't have a way to create an image from scratch, it can only load other images.