Answers for "add print button in html"

0

print page button html

<button onclick="window.print();return false"
>Print this page</button>
Posted by: Guest on June-20-2021
1

print button code in php

<button onClick="window.print()">Print</button>
Posted by: Guest on July-06-2020
9

how to code print in javascript

console.log("print")
//or
alert("Print")
Posted by: Guest on April-07-2020
0

print button html

onclick="window.print();return false;
Posted by: Guest on December-16-2020

Browse Popular Code Answers by Language