@KeithR wrote:
I would like to add a print button to my modal which collates some data.
<button onclick="myFunction()">Print this page</button> <script> function myFunction() { window.print(); } </script>
Posts: 2
Participants: 1
@KeithR wrote:
I would like to add a print button to my modal which collates some data.
<button onclick="myFunction()">Print this page</button> <script> function myFunction() { window.print(); } </script>
Posts: 2
Participants: 1