();
}
window.setTimeout('progress_bar()',1);
...etc
-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
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:
#container {
WIDTH: 60px; POSITION: absolute;
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 m
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 take the time again and make the
difference...
Also you can install a progress-bar too befo
At 09.05.01 12:32, you wrote:
>
>Hi all
>Does any one know how to do the progession bar to mesure the time out?
>Like give it 1 minute for the bar to progress, I got some logic here but
>something still unclear to me.
>The procedures I see are
>1. get curren time when the page is loaded
>2. add
5 matches
Mail list logo