i have button in javascript, when i click ,it calls a CGI perl script and returns a download popup to me.
Prob-->
When javascript calling the script it starts a new thread redirecting to perl script and end. So i m not getting any action or response inside javascript.
What I want--->
After finishing perl script it will show some message in javascript that perl script finished.
Plz helh me out .