Re: [PHP] progession bar

2001-05-09 Thread elias
Yes, true... it's a Client side problem, and i only can think of scripting solution like JavaScript or VbScript... you can via javascript get the time when the page is opened and on the OnLoad event of the body take the time again and make the difference... Also you can install a progress-bar too

Re: [PHP] progession bar

2001-05-09 Thread Reuben D Budiardja
I remember that a somewhat similar issues was discussed here sometime ago. Check the list archives ( I think the subject was Progress Bar). Hope that will give you some ideas also. Reuben D. B At 12:32 PM 5/9/01 -0500, Jacky wrote: Hi all Does any one know how to do the progession bar to

Re: [PHP] progession bar

2001-05-09 Thread Gyozo Papp
This is a very simple progress bar, you need to decorate it. As you can see the step() function deals with the ellapsed time. For more see your favourite javascript manual or for example http://www.webreference.com/dhtml/ Feel free to use it: !doctype html public -//W3C//DTD HTML 4.0

RE: [PHP] progession bar

2001-05-09 Thread Taylor, Stewart
(); } window.setTimeout('progress_bar()',1); /SCRIPT ...etc /HTML -Original Message- From: Reuben D Budiardja [mailto:[EMAIL PROTECTED]] Sent: 09 May 2001 16:24 To: Jacky; [EMAIL PROTECTED] Subject: Re: [PHP] progession bar I remember that a somewhat similar issues was discussed here