In my application I wanted Screen capture button that will capture the screen. I wanted to make this application using javascript or jquery .
Asked
Active
Viewed 6,571 times
0
-
possible duplicate of [Screencapture from the browser using Javascript?](http://stackoverflow.com/questions/181622/screencapture-from-the-browser-using-javascript) - or http://stackoverflow.com/questions/60455/take-a-screenshot-of-a-webpage-with-javascript – Feb 06 '12 at 07:40
-
Here's a solution http://stackoverflow.com/questions/701798/how-to-take-a-screen-shot-of-a-web-page – Deepak Kumar Feb 06 '12 at 07:49
-
@Deepak that's not a real solution - getting `innerHTML` and rebuilding it on the server to make a screenshot is not a *valid* solution – Feb 06 '12 at 07:50