my page is like this : title _image ______download _print test image(abc.png) download print php5 image(xyz.png) download print here print is a print command to printer for a specific image with the fix size 100px-100px...... plz help me how can do this?????????
You could open the new image in a window and then call the print dialog. popup = window.open(); popup.document.write("imagehtml"); popup.print(); Code (markup):