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>
But i want to open window on that click just like when we write somethim=ng in notepad and we click on save then that save as window will open
That window does not open in Web Apps it opens in windows apps. notepad is a windows app
But we can open that window as we can use for export to ppt or pdf. I want to use img tag and when i click on that i can able to save that data. I know that is windows application but can i able use do it using asp.net or javascript.
Did you try what I posted in my first reply? That does open File save dialog
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.