Screenshot IE7 Javascript

Posted by boje on Stack Overflow See other posts from Stack Overflow or by boje
Published on 2011-11-27T01:34:11Z Indexed on 2011/11/27 1:50 UTC
Read the original article Hit count: 98

Filed under:
|

I have tried but i can get this to work with IE7 or Firefox 5.0. I know that google.com/plus have a nice feedback that works in IE7.

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

Is is using canvas but i have but plugins in all.

I get a error i first line of this code:

var preload = html2canvas.Preload(body, {
    "complete": function (images) {
        var queue = html2canvas.Parse(body, images);
        var canvas = $(html2canvas.Renderer(queue));
        var finishTime = new Date();
        $("#content").empty().append(canvas);
        //   throwMessage('Screenshot created in '+ ((finishTime.getTime()-timer)/1000) + " seconds<br />",4000);
    }
});

So if you have a zip file with a example that are working in IE7 or a example i will be more then happy.

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about screenshot