I got some swapping images which are all
preloaded in the page using JavaScript.
( var image1 = new Image();
image1.src = "xyz.gif";
And then I'm using image1.src wherever
using the xyz.gif)
The page is generated so are the images.
There is no Cache-Control which tells the
browser not to cache. But everytime the
browser has to swap the images it gets an
actual version of the image from the server
and not from its local cache. In Netscape it
is working fine. In the browser bugs section
it's written, that this bug only appears with
IE 4 but it seems that it's already existent
in newer versions. Had anybody the same
problem and a solution ?
Thanks in advance !
Nicolai Bartkowiak.
preloaded in the page using JavaScript.
( var image1 = new Image();
image1.src = "xyz.gif";
And then I'm using image1.src wherever
using the xyz.gif)
The page is generated so are the images.
There is no Cache-Control which tells the
browser not to cache. But everytime the
browser has to swap the images it gets an
actual version of the image from the server
and not from its local cache. In Netscape it
is working fine. In the browser bugs section
it's written, that this bug only appears with
IE 4 but it seems that it's already existent
in newer versions. Had anybody the same
problem and a solution ?
Thanks in advance !
Nicolai Bartkowiak.