A simple java script code for printing your website pages
just copy and paste below code on your pages
you can use image or text instead of button.

<html>

<head>
<title>Print screen button</title>
<script language="JavaScript">
<!-- hiding
function varitext(text){
text=document
print(text)
}
// End -->
</script>
</head>

<body>
<div align="center">
<form>
<input name="print" type="button" value="Print this Document!"
onclick="varitext()">
</form>
</div>
</body>
</html>

be successful !
Soleimanian

Comment/Reply (w/o sign-up)