Window print() Method
Definition and Usage
The print() method prints the contents of the current window.
The print() method opens the Print Dialog Box, which lets the user to select preferred printing options.
Browser Support
Method | |||||
---|---|---|---|---|---|
print() | Yes | Yes | Yes | Yes | Yes |
Syntax
window.print()
Parameters
None |
Technical Details
Return Value: | No return value |
---|
❮ Window Object