Forum Moderators: open
1. Are the pictures in the iframe large? Or are there many small pictures? The only times I've had any problems with having to reload images is when there are too many or one is too large.
2. Do you do anything to the iframe page onload so that the image loading may be interrupted?
The pictures aren't large or many. Nothing is done to the iframe onload that might interrupt image loading. It's a simple html page that's called by a href link.
This problem may be peculiar to my set up, ie, Linux - Gnome - Mozilla 1.2.1
Anyway I've solved the problem now. I did it by writing a javascript that detects if the image(s) have loaded and if it hasn't then (and only then) the script has the page reload.