CIM57 - Updates to printout
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user