Javafreak
06-11-2010, 04:56 AM
I have a jsp page in which there is a "Download" button which calls an action class and generates an word document.
Now while the action class is being processed and word doc come up, I need to put an image loading icon (I already have loading image and using in several places like while coming from one page to other).
The problem with opening word doc is there will not be a response back to the page and so I couldnt use java script to start and stop displaying the image.
Can any one help please??
Now while the action class is being processed and word doc come up, I need to put an image loading icon (I already have loading image and using in several places like while coming from one page to other).
The problem with opening word doc is there will not be a response back to the page and so I couldnt use java script to start and stop displaying the image.
Can any one help please??