Re: Problem with window.print()
Posted By:
Moushmi_Banerjee
Posted On:
Wednesday, June 19, 2002 11:20 AM
onClick and onMouseOver are methods of anchor tag. To use them with your image tag you need to nest the image tag within an empty anchor tag. Say anchor tag href=JavaScript:void(null) and on its onClick method say window.print with return true end the anchor tag. Now place your image tag with src and finally close your anchor tag.
this should work.