05 August 2019

How to create print button function?


<html>
<body>

<p>Click the this button for printing</p>

<button onclick="myFunction()">Print this page</button>

<script>
function myFunction() {
  window.print();
}
</script>

</body>
</html>



                  or



<button onClick="window.print()">Print this page</button>




No comments:

Post a Comment

How to create youtube videos slider with play and pause option in wordpress?

Create youtube videos slider with play and pause option in wordpress youtube videos slider Use this shortcode:- [punjab_today] function my_...