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>
<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
Tags: Print HTML Page Using JavaScript