Click to See Complete Forum and Search --> : Newbie - Help with a print image button


MikeConolly
07-05-2003, 11:30 AM
Can anyone help me with a script for a button that will print an image when clicked?

Thanks

Mike

Greelmo
07-05-2003, 12:39 PM
there is a window.print(); method, but that will print the entire window... i suggest possibly opening the image in a new window and printing it that way.