JavaScript Window method: print()
[this page | pdf | back links]
The print() method (when applied to Window
objects in the JavaScript
BOM) prints the
contents of the window.
It
has the following syntax with no parameters. It does not return a value.
window.print()
NAVIGATION LINKS
Contents | Prev | Next | JavaScript DOM (and BOM)