java script print

  • Thread starter Thread starter Grace H
  • Start date Start date
G

Grace H

in front page i gave an icon to print a form. when you
press the button, it doesn't print. does anyone have the
script to add to frontpage so that it will print?

thanks
 
here is a link (replace the image name with your actual image (and path)):
<a href="#" onClick="window.print()"><img src="printer.gif" border=0
alt="print this page"></a>

you could probably find better ones with browser detection and what not but
it's the first one I found.

you can find lots/ unlimited JavaScript stuff here:
http://javascript-2.com/
 
Back
Top