CIM57 - Updates to printout

This commit is contained in:
“VeLiTi”
2024-04-05 16:39:35 +02:00
parent da3dc228d9
commit 01c93454b9
2 changed files with 11 additions and 19 deletions

View File

@@ -1119,7 +1119,7 @@ function sortTextVal(a, b) {
//------------------------------------------
function printDiv(div) {
var divContents = document.getElementById(div).innerHTML;
var a = window.open('', '', 'height=500, width=500');
var a = window.open('', '', '');
a.document.write('<html>');
a.document.write('<body > ');
a.document.write(divContents);