JavaScript Finder

Find what your looking for.

  • You are here: 
  • Javascript Print Function

Welcome to JavaScript Finder

Javascript Print Function
  • This little function comes in handy when you need someone to print information of a page. Very simple and very useful.

    JavaScript : Print Function
    <form>
    <input type="button" value="Print Page" onClick="window.print()" />
    </form>


  • If you click the Print Page button it will do just that.




Javascript Print Function

More Help