Printing the page on button click

We can use one button to give print command for the page at client side machine. The command print() will invoke the default print window at the client side. This command can be used along with a button or can be used inside the body tag of the page so the print command can be executed for the full page while page is loaded to the browser.
<input type="button" 
    onclick="window.print()" 
    value="Print this page">
Here is the Demo


If you want print command while the page on load
<body onload="window.print()">

HTML Font style by CSS Managing font size and style


plus2net.com










We use cookies to improve your browsing experience. . Learn more
HTML MySQL PHP JavaScript ASP Photoshop Articles Contact us
©2000-2025   plus2net.com   All rights reserved worldwide Privacy Policy Disclaimer