Results 1 to 5 of 5

Thread: Fadeshow|IE6 image caching issue

  1. #1
    Join Date
    Aug 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Thumbs down Fadeshow|IE6 image caching issue

    1) Script Title: fadeshow

    2) Script URL (on DD): http://dynamicdrive.com/dynamicindex...nslideshow.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. #2
    Join Date
    Feb 2008
    Location
    Cebu City Philippines
    Posts
    1,160
    Thanks
    17
    Thanked 277 Times in 275 Posts

    Default

    You might find the script posted on the link below useful:
    http://codingforums.com/showpost.php...66&postcount=3
    Learn how to code at 02geek

    The more you learn, the more you'll realize there's much more to learn
    Ray.ph!

  3. #3
    Join Date
    Aug 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi ranagana,

    Thanks for the reply.
    Just a small query.
    In addition to the above javascript show, i have a bunch of other images which are coming from cached file location and sprite images.
    I faced no problem in that, but as these images are coming from database and javascript is creating the image tag again and again may be because of that i am facing these issues.
    Could you please let me know if the above function will not remove caching of other images?

    I am not an Javascript expert,so just wanted to confirm.

    Thanks for your reply.

    Amit

  4. #4
    Join Date
    Feb 2008
    Location
    Cebu City Philippines
    Posts
    1,160
    Thanks
    17
    Thanked 277 Times in 275 Posts

    Default

    I'm not certain, but I think it will remove all the images stored in the cache. Please let us know how it goes to affirm the doubt.
    Learn how to code at 02geek

    The more you learn, the more you'll realize there's much more to learn
    Ray.ph!

  5. #5
    Join Date
    Sep 2005
    Location
    India
    Posts
    1,627
    Thanks
    6
    Thanked 107 Times in 107 Posts

    Default

    It seems that the caching of image issue is a part of IE6. Here is an interesting article about the problem and some work around.
    http://ahinea.com/en/tech/ie-dhtml-image-caching.html

    The link rangana posted seems to be related to the CSS background image bug in IE6.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •