SyntaxFix
Write A Post
Hire A Developer
Questions
Try this JavaScript code:
function printout() { var newWindow = window.open(); newWindow.document.write(document.getElementById("output").innerHTML); newWindow.print(); }