I have an asp page that takes rougly 15 to 20 seconds to load. Does anyone know of a way to show a progess bar during this time? just a little animation. I tried using response.flush with periods (.....) but that didnt work. Any ideas? Google (to my surprise) offered few solutions.
I feared I would get such replies... I'm going to try display a div with an image and then at the end of html hide that layer...I will let you all know how it turned out.