Monday, December 03, 2007

Animated Gif Stops

Commonly an animated gif will stop after clicking a href on a page. A work-around for this is to reload the image using JavaScript:
            document.images['ball'].src="";
document.images['ball'].src="images/ball.gif";

No comments: