Qries "; } function ImagePrint() { var image_file = document.getElementById('zoomed-image').src; Pagelink = "about:blank"; var pwa = window.open(Pagelink, "_new"); pwa.document.open(); pwa.document.write(ImageSourcetoPrint(image_file)); pwa.document.close(); } window.onload = (event) => { // console.log('page is fully loaded'); //var image_file = document.getElementById('zoomed-image').src; //console.log(image_file); //window.print(); };