Skip to content Skip to sidebar Skip to footer

Can I Enable Intranet Users To Take Screenshot Of The Current Page Via The Browser?

Is it possible to create a screenshot from the current page the user is on? (It's for an Intranet enviroment). I know this is not possible with JavaScript alone, but is it possibl

Solution 1:

It might be possible to do in a Java applet that is signed. The Robot class has a method that makes it possible to capture the screen; Robot.createScreenCapture

Solution 2:

You can send the page url to server side script or to an app on the server and return the full page screenshot image

Solution 3:

A software product like Easy Capture allows Windows users to take a screen shot of the full screen, which can be useful in debugging.

Post a Comment for "Can I Enable Intranet Users To Take Screenshot Of The Current Page Via The Browser?"