Answers for "java script print code"

10

how to code print in javascript

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

print js example

<form method="post" action="#" id="printJS-form">
    ...
 </form>

 <button type="button" onclick="printJS('printJS-form', 'html')">
    Print Form
 </button>
Posted by: Guest on October-04-2021

Browse Popular Code Answers by Language