Discussions
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Join us
Displaying a Popup Progress Indicator in IE on button click
Has anyone succeeded in being able to display a progress indicator in a "floating" div on IE?
The problem is when you run a script from an onclick event (a form button) and the script is creating other records so can take several seconds, the page simply looks frozen so I want to display a progress indicator and update the message.
I have been able to do this easily in FireFox. A semi-transparent background, an animated progress indicator and updating the progress message as the script code processes.
In IE however, I can not get the DIV to display from a button click. I can if it is called from a field change event or page init, but for some reason not during an onclick event. If I set a timeout immediately to call a function to display the DIV, this will work, provided I call it immediately onclick and then set the timeout to call the function that runs the long script. This works, but everything is essentially forzen (I can't update the progress message -- can set the DIV text node but it does not refresh