javascript thread: print an image
--- Ken Lee <tormented1_au@h...> wrote: > Hello all, > > I was wondering if it's possible to provide a > button or a link that will > print an image on the page instead of printing the > whole page. > > Thanks in advance. > > Ken > You can put a link that open the image in a new window. Assume you have an image named "image.gif", you can write this: <a href="image.gif">Click to open image</a>. The browser will open thew image and you could then save it and print it. Good luck! > >
|





