Updating Progressbar1
Posted: Fri Aug 06, 2021 3:30 pm
How can I update the position of the progress bar?
In the developer properties window, changing "Value" instantly updates the bar's display.
But running the javascript line:
does nothing I can see.
What does my javascript line need to say?
In the developer properties window, changing "Value" instantly updates the bar's display.
But running the javascript line:
Code: Select all
document.getElementById('Progressbar1').Value = 75;
What does my javascript line need to say?