
This gives you the javascript code to force a print box up on the users browser.
The primary function here is:
window.print()
You can use this to set the print button to print off an image as follows
<A HREF="javascript:window.print()"><IMG SRC="print_image.gif" BORDER="0"</A>
To view the onload function see below: |