Print this page

Well, I don?t know why so many people looking for this script. But here it is. The script below will give you a button or a link to print the current page. It is the same as press the print button at the top of the browser.

<!--- Print current page --->

<!--- A form with a button. --->
<form>
  <input type="button" value="Print" Onclick="javascript:print()";>
</form>
<!--- A link. --->
<a href="javascript:print()">Print</a>

 

Example:

Print current page

 

Advertisement

Hot Offer

No User Comments.

No User Comments, be the first one to write your comments?

ApplayIT is owned by Scandic Systems LTD [UK] Company No. 5984000. All other trademarks and copyrights are the property of their respective holders.