I have a JSP page which allows you to select some data sets, the click
a button that puts the data together on the server side then downloads
it to the remote end. when the user clicks on the download button I
have a window open that says "Compiling Data...".
I want the window to close when the download is finished. I named the
window and put some Javascript in the download servlet to close it,
but it won;t close. Any idea how i can do this?
a button that puts the data together on the server side then downloads
it to the remote end. when the user clicks on the download button I
have a window open that says "Compiling Data...".
I want the window to close when the download is finished. I named the
window and put some Javascript in the download servlet to close it,
but it won;t close. Any idea how i can do this?
Comment