Print HTML Page Using JavaScript



Hi Friends, In this article i would like to share how to print the current web page using javascript.
<html>
<head><title>print this page using javascript</title>
</head>
<body>
<a href="JavaScript:window.print();">Print this page</a>
</body>
</html>

Click here to print my blog

Thank's
www.pioneerscode.com




 

© 2012 Pioneers Code All Rights Reserved Pioneers Code