Below is the solution and it works in IE, FF and Chrome:
javascript:
function showIndicator() { var pb = document.getElementById("loading_image"); pb.innerHTML = ''; pb.style.display = ''; }html:
source : http://stackoverflow.com/questions/780560/animated-gif-in-ie-stopping
it didn't work on firefox for me
ReplyDelete