link to Print in a webpage
Can I put a link on my webpage to the Printer ? To go to the same page like Ctrl-P goes in Firefox, IE. Thank you. <a href="javascript:if(window.print)window.print()">Print</a> Add this to your link: onclick="window.print();" 来源: https://stackoverflow.com/questions/771966/link-to-print-in-a-webpage