Click to See Complete Forum and Search --> : status report


simflex
01-19-2003, 07:41 AM
My question is can anyone give me some coding steps of displaying an image based on the %?
For instance, I would need something like:
If status is 15% complete, then display the 15% image
end if
if status is 20%, display 20% image
end if, etc
an example would be great.
I really stumped on this.

simflex
01-19-2003, 10:07 PM
hi Dave!
Thanks for your help!
This javascript is going to be embedded in my asp page.
Is there any way to make the progress meter dynamic so that it updates automatically if a certain percentage of the status changes?
For instance, if 20% of work is completed, the statutus will automatically show 20% completed without the need to click any buttons.

simflex
01-20-2003, 08:36 PM
thanks a lot Dave!