Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: print an image


Message #1 by "Ken Lee" <tormented1_au@h...> on Tue, 21 Aug 2001 15:02:36 +1000
--- 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!
> 
>

  Return to Index