I need to invoke a URL, similar to this, through the following anchor :
<a href="www.someurl.com/idOfDesiderdImage">Click me</a>
if I click that element, or I paste that url into a browser, an image download will start.
Instead (or just after) the download is done, I would like to open/display that image with the default image viewer, (whatever it is).
Is this possible?