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.