javascript Sample Javascript after Print close the page automaticly 12:58 AM php <script> function print_window(){ window.print(); setTimeout(function () { window.open('', '_self', ''); window.close(); }, 100); } </script> <body style="background-color:white;" onload="print_window();">
0 comments:
Post a Comment