0

In my application I wanted Screen capture button that will capture the screen. I wanted to make this application using javascript or jquery .

Rakesh Naik
  • 1
  • 1
  • 1
  • 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

1 Answers1

1

it is not possible with simple javascript, but there are some solutions:

Community
  • 1
  • 1