HTML link that downloads a zip (including when copy pasted) and redirects to a thankYouforDownloading.html page
09:02 30 Nov 2016

On my project page, I have a button to download a zip file:

enter image description here


... Download ...

Now, after pushing this button, while the zip downloads, I 'd like to redirect the browser to another page thankYouforDownloading.html.

But when scrolling over the button or copy pasting that link, it should still be the zip file link (not the thankYou*.html page).

Is this possible?

javascript html twitter-bootstrap-3