Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

how to add print button on my website

<input type="button" value="Print this page" onClick="window.print()">

Or

<button type="button" class="print" onClick="window.print()">Print</button>
 
PREVIOUS NEXT
Tagged: #add #print #button #website
ADD COMMENT
Topic
Name
6+1 =