Screenshot IE7 Javascript
- by boje
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.