CrimsonShroud
10-07-2003, 02:25 PM
Help... Anyone...
I have wriiten some JS code that creates a dynamic table via the DOM. I have an onCLick event set on each row of the table that causes the submission of a web form.
Everything works fine except for one small issue... The spinning IE Windows symbol and the Netscape N symbol in the top right-hand corner of the browser do not animate. This would not be a problem except the webserver takes a couple of minutes to process all the form info and without the browser animation it looks to the user as if the operation failed...
Has anyone ever seen an instance where the icon animation did not work? Does anyone know of a way to force the animation?
I have wriiten some JS code that creates a dynamic table via the DOM. I have an onCLick event set on each row of the table that causes the submission of a web form.
Everything works fine except for one small issue... The spinning IE Windows symbol and the Netscape N symbol in the top right-hand corner of the browser do not animate. This would not be a problem except the webserver takes a couple of minutes to process all the form info and without the browser animation it looks to the user as if the operation failed...
Has anyone ever seen an instance where the icon animation did not work? Does anyone know of a way to force the animation?