[h1]Print Option[/h1]
This just adds a print button to your page.
<html>
<title></title>
<head>
<div style="position:absolute; overflow:hidden; left:316px; top:100px; width:190px; height:40px; z-index:2"><center><SCRIPT LANGUAGE="JavaScript">
<!-- Begin
if (window.print) {
document.write('<form> '
+ '<input type=button name=print value="Print Page" '
+ 'onClick="javascript:window.print()"></form>');
}
// End -->
</script>
<!-- Script Size: 0.58 KB --></center>
</div>
</head>
<body>
</body>
</html>
Example Page:
Click here to see an example of this script.If you like this tutorial, please
Click Here to register.
Click the link below to download the HTML file for this tutorial.
Print Option HTML