ScriptMate Login

Print Page

If you have a site with large articles in it or which is heavy on the content then it is often a nice touch to offer the users the opportunity to print the page . What this actually does is open the print dialog box.

<form>
<input type="button" onClick="window.print()" value="Print">
</form>

 

Sponsors