Window print() Method

Example

Print the current page:

window.print();
Try it Yourself »

Description

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

Copyright 1999-2023 by Refsnes Data. All Rights Reserved.