'); //Close window once print is finished printWindow.onafterprint = function(){ // printWindow.close() }; setTimeout(() => { // printWindow.document.close(); printWindow.focus(); printWindow.print(); }, 250); } HTMLElement.prototype.printMe = printMe;
Go to Top
OSZAR »