Is it possible to take a screenshot of all the visible items displayed on the monitor of a client machine from a sever?
views:
63answers:
4
+4
A:
No. You would need some kind of client-side technology for this, but I doubt it is possible due to the restrictions in which browsers plugin operate. For example, Fogbugz, a bug tracking software, has an option to do screen grabs, but to use it you need to install a local program on the computer.
Palantir
2009-08-05 14:25:55
A:
from the client should send the items displayed for example with AJAX, and in server related to the capture of the user session
andres descalzo
2009-08-05 14:28:58
A:
... a Java applet or an Activex control might able to pull it off. In theory anyway, in Java's case through JNI, so me thinks. Could be wrong though.
vector
2009-08-05 14:29:32
A:
If it is possible it is definitely not with PHP. PHP is a server-side language, all of its work is done once the page is returned from the server.
Alejandro
2009-08-05 17:09:09