======COPY CODE BELOW FOR A PRINT TEXT LINK========
<A HREF="#" onClick=print()>Print</A> ======COPY CODE ABOVE FOR A PRINT TEXT LINK========
======COPY CODE BELOW FOR A PRINT FORM BUTTON======
<FORM>
<INPUT TYPE="button" VALUE="Print" onClick=print()>
</FORM>
======COPY CODE BELOW FOR A PRINT FORM BUTTON======
INSTRUCTIONS
Paste code inside body <BODY></BODY> of HTML page
This is meant mainly for pop-ups
Add onLoad=print() to your open body tag, to make the page auto-print
DESCRIPTION
This calls the print dialogue box when executed. To allow the user an easier
ability to print.