02-19-2014, 03:15 PM
I thought I was doing something pretty simple, making a popup with an animated image of an hour glass that spins while some field read and writes occur, but just can't get it to animate. I did it three ways:
(1) I used a static animated image, put it in a popup, and then executed the 10-15 commands in [onload] and end it with an exit. It does pop up and exit as wanted, but I can't get it to spin (or be animated).
(2) If I take that same image, delete all of the code in [onload] and execute it by itself, it will spin.
(3) If I put it in a popup, put a settimeout command in the onload, it will spin.
Why won't it spin in option (1).
(1) I used a static animated image, put it in a popup, and then executed the 10-15 commands in [onload] and end it with an exit. It does pop up and exit as wanted, but I can't get it to spin (or be animated).
(2) If I take that same image, delete all of the code in [onload] and execute it by itself, it will spin.
(3) If I put it in a popup, put a settimeout command in the onload, it will spin.
Why won't it spin in option (1).