Question: How do I print JavaScript output?
Answer: JavaScript programs cannot directly access printers. However, the user can print out everything on the Web page, including the output of JavaScript programs, by using the File | Print menu of the browser (or the keyboard shortcut, e.g. Ctrl+P on Windows systems).
If your script outputs data that users would often print out, then you can
Example. This script generates the multiplication table, writes it to a new browser window and explains to the user how to print it.
See also other JavaScript dialogs:
Copyright © 1999-2008, JavaScripter.net.