print-before-load.html 327 B

12345678910111213141516
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html>
  3. <head>
  4. <title>Print Test Page</title>
  5. <body>
  6. <script language="JavaScript" type="text/javascript">
  7. window.print();
  8. </script>
  9. This webpage should pop up a print dialog. If you print from that dialog, you
  10. should see this output on paper.
  11. </body>
  12. </html>