I have an html page with a link like this:
<a href="javascript:window.print()">Print QR code</a>
When a user clicks it, it does what you think it will.. prints the whole page.. sadly, it does not print the QR code at all. How do I specify what I want to print? Like, lets say I want to print a specific image on the page?