Hi All,
I have jsp page where in the only code I have is a
<%
response.sendRedirect("/cz_CZ/songs/angelique_song.zip");
%>
. Now this starts the browser download window and asks the user to download the zip file.
Now, what i want is once the user completes the download I want to display thank you message. I don't mind using javascript. How can I do it?
Thanks in advance for your help.
THanks!
harsh