1 <html> 2 <head><title>window.print</title></head> 3 <body onload='window.setTimeout("window.print();", 0);'> 4 <p>The native print dialog should appear.</p> 5 </body> 6 </html> 7