| Posted by Chris Gorospe on 11/03/07 07:21 
On Nov 2, 1:09 pm, Ron Croonenberg <r...@depauw.edu> wrote:> Hello,
 >
 > I have a window where it could take a while to display the info. While
 > waiting I want to display a "progress bar". Once the info is ready to be
 > displayed I want the "progress bar" to disappear.
 >
 > Can this easiest be done with an animated gif ?  if so, how do I make
 > that gif disappear with php ?
 >
 > thanks,
 >
 > Ron
 
 This isn't possible with PHP alone. The best way to do this now days
 is to use javascript. With javascript you can now create a wide range
 interactive effects on your website using what is known as "AJAX". Do
 a search on google to find some tutorials regarding the subject. I'll
 hint you in the obj.hide() direction :)
 [Back to original message] |