hi i want to use download functionality . I mean i have added one img tag ang on click on that img tag i want to open save as dialog box. How to do?
Wrap the IMG Tag in Anchor tag and set the URL of the File in HREF
<a href= "http://mydomain.com/myfile.doc"><img src = "download.jpg" /></a>
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.