We need you!

We're working hard on the next version of Developer Fusion. Let us know what you think we should be up to!

Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

Rated
Read 27,700 times

Related Categories

Print function

tlkelley

Want to know how to add your own Print Button in a web page? This button will print the page in a web browser by using the window.print() command.

<input type="button" value="Print" onclick="window.print()" id=button1 name=button1>

Please note that this will not work in all browsers

Always working hard!!

Comments