Can someone please show me how to make a progress bar? When I click on the search button, while waiting for the records return, I want to show the pregress of the search.
____________________________________________________ $str = "sleep is good for you. sleep gives you the energy you need to function";
$Nstr = ereg_replace("sleep","coffee",$str); echo $Nstr;
someone showed that link to me but I don't know how to implement it. When I try to call the the Sub, all it does is to show the image without flashing or pregressing at all. Can you combined these 2 and make them work?
An easier method is to find a gif with a animated scroll-bar!
You can find a nice MS scrollbar animated gif on a Windows XP system in this folder:
C:\winDOWS\PCHealth\HelpCtr\System\images\progbar.gif
remind me to get ahold of you when I need graphics work TonyU
____________________________________________________ $str = "sleep is good for you. sleep gives you the energy you need to function";
$Nstr = ereg_replace("sleep","coffee",$str); echo $Nstr;
without reviewing the code I remember it is a span tag surrounding the Please Wait....
place the gif as a img src within this <span> tag and it should do the trick
____________________________________________________ $str = "sleep is good for you. sleep gives you the energy you need to function";
$Nstr = ereg_replace("sleep","coffee",$str); echo $Nstr;
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.