Pages are loaded into an iframe on my website, and each page can take a little awhile to load (at least under high server load) as it queries the database. Is there any easy way to have the php page return a loading indicator gif to the viewers browser before it continues to process the php page server side?
It would be great if I could do something like this, as long as it doesn't create more load for my server (such as having the requested page display an indicator then do an ajax call to another file. This would accomplish what I need, but it seems like that would double the number of pages being requested from my already overloaded server).
Thanks
Gabe







Bookmarks