D
Dale Reed
Hi,
I have a button on an aspx page (I'm using vs2005 with asp2), which when
clicked takes a while to do some data processing before it posts back to the
screen to display the results.
I therefore created a little animated gif, which, when the button is
clicked, I display using javascript in a floating div, the idea being that
the animation shows that something is happening until the postback occurs.
The problem is, as soon as the button is clicked, the animation actually
stops until the page reloads! I thought I was doing something wrong but I
turned it so it was permanently visible, the animation is working fine until
the button is clicked, then it stops dead until the page reloads.
Has anyone else had this issue? Is it just ie or will this occur with all
browsers, and more importantly is there a way to fix it? I can easily just
display some static text (please wait or something) but the animation is
just handy to show people that something is happening, and they should wait
for the results.
Any help appreciated!
Dale.
I have a button on an aspx page (I'm using vs2005 with asp2), which when
clicked takes a while to do some data processing before it posts back to the
screen to display the results.
I therefore created a little animated gif, which, when the button is
clicked, I display using javascript in a floating div, the idea being that
the animation shows that something is happening until the postback occurs.
The problem is, as soon as the button is clicked, the animation actually
stops until the page reloads! I thought I was doing something wrong but I
turned it so it was permanently visible, the animation is working fine until
the button is clicked, then it stops dead until the page reloads.
Has anyone else had this issue? Is it just ie or will this occur with all
browsers, and more importantly is there a way to fix it? I can easily just
display some static text (please wait or something) but the animation is
just handy to show people that something is happening, and they should wait
for the results.
Any help appreciated!
Dale.