1
HTML print this page button
HTML print page button code
<!DOCTYPE html>
<html>
<head>
<style>
@media print {
.print{display:none;}
}
</style>
</head>
<body>
<input type="button" class="print" value="Print Page" onclick="window.print()" />
</body>
</html>
rated 1 times
(1)
(0)
comments: 0 / hits: 1564
/ 4 years ago, thu, dec 29, 16, 06:28:44
More From
» HTML, XML
Comments
There are no comments for this Snippet yet
Only authorized users can post. Please sign in first, or register a free account