Redirect AFTER Initiating download
- by mashup
I have a question - is there any way to initiate a download and AFTER the user has confirmed the download then redirect to another site?
Is something like that possible via ASP or another language commonly used for websites?
Bad PHP "user experience" scenario (In use right now)
a) User comes to site, clicks download button
b) Users sees "download" landing page, gets redirected after 5
seconds
c) Download starts on Thankyoupage
Good "user experience" scenario: (my dream solution, what I want)
a) User comes to site, clicks download button
b) Download starts immediately on landing page
c) Download confirmed, redirects now to thank you page
Any programming language is a go for this.