4,656
edits
No edit summary |
No edit summary |
||
| Line 1,654: | Line 1,654: | ||
document.title = desiredTitle; | document.title = desiredTitle; | ||
iframe.contentWindow.focus(); | window._printDoc = doc; | ||
iframe.contentWindow.print(); | window._printFrame = iframe; | ||
console.log("PRINT DOC READY", doc); | |||
console.log("PRINT HTML", doc.body.innerHTML); | |||
// iframe.contentWindow.focus(); | |||
// iframe.contentWindow.print(); | |||
// safety cleanup | // safety cleanup | ||