My PHP website displays data from our database.  Sometimes the sql pulls
take a while.  I'd like to give some visual aid to the user that the
script is still working.  The site is made up of two frames, a left side
frame that contains the menu and a main frame that all the pages load
into.  

Is there a way to start a process in the menuframe as soon as a page in
the main frame begins to load and then kill it when the main page is
finished loading?

The idea here is to put some kind of function with an animated gif or
progress bar in the left side frame page and start it running as a page
is loading in the main frame, then stop the function after the page in
the main frame has finished loading.

Thanks!

Jeff

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to