View Single Post
  #2 (permalink)  
Old June 18th, 2005, 07:00 PM
happygv happygv is offline
Friend of Wrox
 
Join Date: Jun 2003
Posts: 2,480
Thanks: 0
Thanked 1 Time in 1 Post
Default

Priti,

Not sure if you are looking for this answer.

I assume that you have both the high and low resolution images ready. If so go ahead and use the code
Code:
<a href="PATH\HIGH_RES_IMAGE_NAME">Download High resolution image</a>
and similarly another <a> tag for low resolution image.

You got to change the Path and image file name in the above code that relates to your setup.

Hope that helps.

_________________________
- Vijay G
Strive for Perfection
Reply With Quote