You are here: irt.org | FAQ | JavaScript | Image | Q1471 [ previous next ]
Probably because you have preloaded it and it is in the cache. Load it like this:
<a href="..." onMouseOver="now = new Date(); document.images['theAnimation'].src = 'theanimated.gif?' + now.getTime();"><img src="static.gif" name="theAnimation"></a>
That way you should get a new version.