Is it possible to take a screenshot of a web page with Javascript or HTML5/Canvas?
- by Ryan Kearney
Is there a way I could insert some code into a page that would take a screenshot of what the user sees in the browser window, then upload that image via a web form of some sort?
I'm working on a clone of a pay-to-use service that lets you install a widget on a web page which in turn allows viewers to report bugs in the sites layout. Currently they…