1st Floor | Apartment 1D | Area 127m2
"; } function VoucherPrint(source) { var src_img = $('#target > img.itemfp').attr('src'); //alert(src_img); Pagelink = "about:blank"; var pwa = window.open(Pagelink, "_new"); pwa.document.open(); pwa.document.write(VoucherSourcetoPrint(src_img)); pwa.document.close(); } */
'); myWindow.document.close(); // necessary for IE >= 10 //myWindow.onload=function() //{ // necessary if the div contain images myWindow.focus(); // necessary for IE >= 10 myWindow.print(); myWindow.close(); //}; }