Click to See Complete Forum and Search --> : status bar in IE shows a background process running


mulakhail
04-27-2005, 11:11 AM
I have developed a prog that calls some servlets based on the mapping in my application.xml file. These servlets retrieve data from a udb database and then return some dynamic html to the browser. The problem i am facing is that after my page fully loads the status bar in IE still keeps moving. I close all my connections and I do not have a lot of complicated 'javascript' functions. I can't figure out what is that running in the bcakground that show the status bar moving. How can I find out what is running and how can i turn it off. if I find out what is running i can turn it off, but i don't even know what is causing it? Can someone help? thanks.

buntine
04-27-2005, 09:59 PM
What do you mean by 'the status bar is moving'? Is there text scrolling in it?

mulakhail
04-28-2005, 09:36 AM
No there is no text, the blue bar at the bottom of IE explorer that shows the progress of page being downloaded keeps moving like some process is still running even if the page has fully loaded. I am using some javascript in my page. Thanks.

VAScott
05-03-2005, 10:52 AM
i think thats just part of the browser application code, i haven't heard of any way to change it.