Pages

Sunday, January 17, 2016

How to give print link in a webpage

Print
<a href="#" rel="nofollow" onclick="window.print(); return false;" >
   <span class="printfriendly-text2 printandpdf">
   <img style="border:none;margin-right:6px;" src="http://cdn.printfriendly.com/pf-print-icon.gif" width="16" height="15" alt="">Print </span>
</a>

No comments:

Post a Comment