Hi,
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();"
Using JavaScript, you can. Here is one page showing how.
Hi. You may look here and here.
bye.