Can I enable intranet users to take screenshot of

2019-08-07 04:58发布

问题:

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 possible with Flash or maybe an Java applet?

I have been searching around but I couldn't find anything.

Thanks.

回答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



回答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



回答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.