'); doc.close(); var imgEl = doc.querySelector('img'); imgEl.onload = function() { iframe.contentWindow.focus(); iframe.contentWindow.print(); setTimeout(function() { document.body.removeChild(iframe); }, 2000); }; } });