Forum Moderators: open
After some googling it seems that IE stops animating the Gifs when a request is sent.
So what is the workaround?
thanks.
here is the code (unecessary html code removed):
<div id="uploadprogressbar" style="display:none"><img src="images/progressbar.gif"></tr>
<input name="filename" type="file" /> <input type="submit" name="upload" value="Upload Image" onClick="document.getElementById('uploadprogressbar').style.display='';" />
An example on the
body element would be: <body [b]onbeforeunload="document.getElementById('uploadprogressbar').style.display='';"[/b]>