Hi,
I would like to make a progress bar in ASP/HTML something similar to what we get while installing any software. any ideas as to how to do this.
Thanks,
Soujanya
Printable View
Hi,
I would like to make a progress bar in ASP/HTML something similar to what we get while installing any software. any ideas as to how to do this.
Thanks,
Soujanya
You can do it with DHTML and a table. Just change the color of the TDs one by one. It is the most lightweight way to do it.