I am using Progress bar on one screen and it is working fine on our development environment. It uses following jquery : "$('#" + ProgressBarId + "').find('.ui-progress').css('width', '" + Progress + "%')
Now I am executing this runjavascript in a loop based on some step size. It mentions that I don't need to use Ajax refresh to make it to work.
One our other server, it is acting weirdly and screen is not refreshing after each step size but after a long time and it get stuck there for a long time. It seems that runjavascipt is not pushing the updates to webpages each time it is executed.
Any insight into this ?
Regards
Now I am executing this runjavascript in a loop based on some step size. It mentions that I don't need to use Ajax refresh to make it to work.
One our other server, it is acting weirdly and screen is not refreshing after each step size but after a long time and it get stuck there for a long time. It seems that runjavascipt is not pushing the updates to webpages each time it is executed.
Any insight into this ?
Regards