Top Categories
JavaScript Tutorial in Hindi #23: Print the Page using JavaScript | Print Particular Page Div only
- Category:
- Sub Category:
Welcome all, we will see how to Print the page using Javascript. Also, how to print the particular part of the page or the partial div of the page. JavaScript | Window print() Method Page print in JavaScript is a simple code in JavaScript used to print the content of the web pages. The print() me
Welcome all, we will see how to Print the page using Javascript. Also, how to print the particular part of the page or the partial div of the page. JavaScript | Window print() Method Page print in JavaScript is a simple code in JavaScript used to print the content of the web pages. The print() method prints the contents of the current window. It basically opens Print dialog box which lets you choose between various printing options. Syntax: window.print() Parameters - No parameters required Returns - This function do not return anything.