<html> <head><title>window.print</title></head> <body onload='window.setTimeout("window.print();", 0);'> <p>The native print dialog should appear.</p> </body> </html>