function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
krishna casukhela 7krishna casukhela 7 

progress bar in visualforce page without condition

Hello
I have three html tabs in my visualforce page.
The page has been designed using HTML5 responsive.

Tab1:
name
age
salary

Tab2:
height
weight

Tab3:
temperature
country(assume its picklist)

After the user will enter all field values in Tab1, only then the progress bar should show Green color on 100% , same is the case in Tab2 and Tab3.

Please let me know the best efficient way to implement this.

Thanks
Krishna