Okay, so similar questions have been asked before, but I'm going to try and be as clear as possible.
I have a webapp I'm working on that loads internal pages via AJAX. When I'm on my computer I would like to use the browsers normal loading/progress bar (the one in the address bar, not the progress html element) to show users the progress of the pages being loaded via ajax into my webapp. How do I trigger this functionality? Is it even possible? I know how to do a custom progress bar, which I plan on using for the webapp when it's not in a browser that has a default address & loading bar.