Hi,
here is the situation: I have an "export to excel button" on click of which i open a window that calls a servlet in an iframe tag.
in the javascript part, i have a method that creates a progress bar, and runs untill some value in session is made true..
The problem is, the session value is not changing as i am not refreshing my page.. :P..
can somebody suggest a way to develop a progress...