Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

progress bar 3

Status
Not open for further replies.

Kendel

Programmer
Apr 24, 2002
1,512
US
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.

Thanks
 
faq333-3223

____________________________________________________
$str = "sleep is good for you. sleep gives you the energy you need to function";
$Nstr = ereg_replace("sleep","coffee",$str); echo $Nstr;

onpnt2.gif
 
Thanks for the link. I works perfect but I was thinking of somekind of progress bar...Not just a waiting msg.

By the way, how do I make the dots blinking in javascripts? <Blink> doesn't seem to work.
 
I also tried this a long time ago and even succeeded in finding some script for it:
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

Good luck!
Jeffrey
 
Thanks. Can you send me the gif? I don't have window xp. My email is datsg_2000@yahoo.com
 
[tt]

Here you go:

p1.gif


p2.gif


p3.gif





Delete * from brain Where MaxLevel = &quot;Full&quot; and reaction = &quot;Slow&quot; order by StartOver
 
remind me to get ahold of you when I need graphics work TonyU [lol]

____________________________________________________
$str = &quot;sleep is good for you. sleep gives you the energy you need to function&quot;;
$Nstr = ereg_replace(&quot;sleep&quot;,&quot;coffee&quot;,$str); echo $Nstr;

onpnt2.gif
 
[tt]No problem...



Delete * from brain Where MaxLevel = &quot;Full&quot; and reaction = &quot;Slow&quot; order by StartOver
 
TonyU, how do I get that progress bar?

Oh, I still want to know how to make the dots blinking.

Thanks
 
[tt][noevil]



Delete * from brain Where MaxLevel = &quot;Full&quot; and reaction = &quot;Slow&quot; order by StartOver
 
[tt]Kendel,
TonyU, how do I get that progress bar?

Oh, I still want to know how to make the dots blinking.

Thanks


Tell me your trying to figure out how to create the .gif's I posted?

******************

You don't have to, they are there for your taking






Delete * from brain Where MaxLevel = &quot;Full&quot; and reaction = &quot;Slow&quot; order by StartOver
 
No no. I can I take that gif.

I haven't been to the forums for a long time and I can't remember how to download stuffs....
 
sorry...what I meant was how can't I take that gif, not to create it
 
[tt]

Let me know if this looks familiar

duh.bmp




Delete * from brain Where MaxLevel = &quot;Full&quot; and reaction = &quot;Slow&quot; order by StartOver
 
[tt]Glad to help... Thanks



Delete * from brain Where MaxLevel = &quot;Full&quot; and reaction = &quot;Slow&quot; order by StartOver
 
Using the code in the link that onpnt showed, where should I put the gif to make it work?

I'm learning ASP. :)
 
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 = &quot;sleep is good for you. sleep gives you the energy you need to function&quot;;
$Nstr = ereg_replace(&quot;sleep&quot;,&quot;coffee&quot;,$str); echo $Nstr;

onpnt2.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top