Window print() Method
THE WORLD'S LARGEST WEB DEVELOPER SITE

Window print() Method

❮ Window Object

Example

Print the current page:

window.print();
Try it Yourself »

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