Ive got images on my website. I would like to create functionality that if user clicks on that image save as window appear and the one can save image.
I wrote something like this:
<a href="/foto1.png" target="_blank">
<img src="/foto1.png" alt="" />
</a>
And it works but opens new tab till user clicks save or close save as window. Is it possible to get rid of new tab ?
Thanks for any suggestions