View Single Post
  #3 (permalink)  
Old June 19th, 2005, 03:24 AM
priti priti is offline
Registered User
 
Join Date: Jun 2005
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thanks for replying vijay.I did as you suggested

<a href="PATH\HIGH_RES_IMAGE_NAME">Download High resolution image</a>

With that, on click of hyperlink the image gets opened up in same browser window and doesnot pop up for download.

I tried giving path using 'http' and mentioning the drive:
<a href="http://server_name/images/HIGH_RES_IMAGE_NAME.gif">Download High resolution image</a>

<a href="f:/images/HIGH_RES_IMAGE_NAME.gif">Download High resolution image</a>

Priti

Reply With Quote