Quantcast
Channel: How to print scrollable DIV content - Stack Overflow
Viewing all articles
Browse latest Browse all 7

Answer by AbhiNickz for How to print scrollable DIV content

$
0
0

DANGEROUS APPROACH

Use this JS function:
Printable DIV is div1

function printpage(){    var originalContents = document.body.innerHTML;    var printReport= document.getElementById('div1').innerHTML;    document.body.innerHTML = printReport;    window.print();    document.body.innerHTML = originalContents;}

Viewing all articles
Browse latest Browse all 7

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>