On 05/21/12 08:24, hxp wrote:
Hi all,

DOM seems to not reload an image from the same URL, so for each frame I choose a filename from a set of names. It works, but after several frames, the client displays a random old image which doesn't exist on server anymore - I'm sure of it, when I stop the robot, every image on server is the same, whereas the client stutters with an old image once every several frames. I also tried using loadImages, no changes

TIA,
hxp

I think you must look at 'Expires:' field in server response header. Browser caches objects (including images) based on this field. If you want your images to be reloaded every time, just make your server to return Expires to any date in the past.

Seva

Reply via email to