PDA

View Full Version : ExT and Screen Shots



coder1031
25 Mar 2008, 3:28 PM
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.

OutpostMM
25 Mar 2008, 3:34 PM
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.

jay@moduscreate.com
25 Mar 2008, 4:43 PM
OMG, that would be a huge security issue.