jsvar image = new Image(); image.id = "foo" image.src = canvas.toDataURL(); document.getElementById('bar').appendChild(image);