• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
JavaScriptSource

JavaScriptSource

Search 5,000+ Free JavaScript Snippets

  • Home
  • Browse Snippets
    • Addon
    • Ajax
    • Buttons
    • Cookies
    • CSS
    • Featured
    • Forms
    • Games
    • Generators
    • Image Effects
    • Math Related
    • Miscellaneous
    • Multimedia
    • Navigation
    • Page Details
    • Passwords
    • Text Effects
    • Time & Date
    • User Details
Home / Addon / Window Print Method

Window Print Method

Add a button to allow your visitors to print your Web page. Compact and simple, yet highly requested.

<!– Paste this code into the STYLE section of your HTML document
     so the button itself will not print  –>

@media print {
input.noPrint { display: none; }
}
<!– Paste this code into the BODY section of your HTML document  –>

<input class=”noPrint” type=”button” value=”Print This Page” onclick=”window.print()”>

Addon

Related Snippets:

  • getXML
  • insertAfter()
  • Remove HTML Tags
  • Multiple onLoad 2

Primary Sidebar

Popular Posts

Story Generator

IP Grabber – get a users IP address with JavaScript

Simple Calendar

Remove Ads

Astrological Calculator

Copyright © 2025 JavaScriptSource.com

  • About
  • Privacy Policy
  • FAQ
  • Jobs For Developers