Print a page : Print : Development JAVASCRIPT DHTML TUTORIALS


JAVASCRIPT DHTML TUTORIALS » Development » Print »

 

Print a page




<html>
<head>
<script type="text/javascript">
function printpage(){
    window.print()
}
</script>
</head>

<body>
<form>
<input type="button" value="Print this page" onclick="printpage()">
</form>
</body>

</html>



           
       



-

Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

JAVASCRIPT DHTML TUTORIALS

 Navioo Development
» Print