Hi!
I'm using an image rotator PHP script that randomly rotates 1 png image and 5 gifs. Firefox and Gecko engine browsers cache the first image that it loads and keeps it that way, even when refreshed (when its supposed to display a new image). IE does not have this problem. Does anyone have like a no-cache or an always-revalidate script? Obviously, the src looks like this <img src="rotate.php" alt="blah blah">.
Thanx!