HTML Editor
<!DOCTYPE html> <html lang="en-US"> <body onafterprint="myFunction()"> <p>Print me</p> <p>Press Ctrl+P / Cmd+P/ Use Mouse</p> <script> function myFunction(){ alert("You Printed this Document"); } </script> </body> </html>
OUTPUT
×

Save as Private