Answers for "window.print options"

1

print button code in php

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

javascript window.print

<button onclick="window.print()">Print this page</button>
Posted by: Guest on May-27-2021
9

how to code print in javascript

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

Browse Popular Code Answers by Language