tutejaamit5
08-19-2008, 11:08 AM
1) Script Title: fadeshow
2) Script URL (on DD): http://dynamicdrive.com/dynamicindex14/fadeinslideshow.htm
3) Describe problem:
This slide show works perfectly in IE7 and Mozilla and sends request to server only for first time for fetching images and thereafter image is picked from cache, but in IE6 everytime an image source is changed a request is sent back to server for fetching the next image.
Does anyone know any workaround for fetching images from cache in IE6 instead of sending request everytime back to server.
Though when i crosschecked in IE6 '304' error was returned everytime an request was sent back from IE6 but still requests keep on going on.
We know that this is the known bug in IE6,but still looking for some workarounds.
We cannot cache the image through IIS caching mechanism because images resides in database and not on file system.
Please help with some workaround.
Amit
2) Script URL (on DD): http://dynamicdrive.com/dynamicindex14/fadeinslideshow.htm
3) Describe problem:
This slide show works perfectly in IE7 and Mozilla and sends request to server only for first time for fetching images and thereafter image is picked from cache, but in IE6 everytime an image source is changed a request is sent back to server for fetching the next image.
Does anyone know any workaround for fetching images from cache in IE6 instead of sending request everytime back to server.
Though when i crosschecked in IE6 '304' error was returned everytime an request was sent back from IE6 but still requests keep on going on.
We know that this is the known bug in IE6,but still looking for some workarounds.
We cannot cache the image through IIS caching mechanism because images resides in database and not on file system.
Please help with some workaround.
Amit