触发打印屏幕键盘功能并将转换后的图像发送到服务器jQuery

时间:2012-09-14 12:21:06

标签: jquery printscreen

如何通过一些jQuery函数触发PrtScn,即PrintScreen键盘事件,然后将捕获的图像保存到服务器?

function ErrorLog(errorCode, errorMessage) {

    // Here i want the screenshot of the user's screen where the error have occurred ...
    var _screenShot = "";

    SendErrorToServer(errorCode, errorMessage, _screenShot);
}

你能指导我吗?

1 个答案:

答案 0 :(得分:0)

也许可以使用HTML5 <canvas>完成。

http://html2canvas.hertzen.com/

演示:http://html2canvas.hertzen.com/screenshots.html