PHP class that changes an image and reloads the page not displaying new image in Internet Explorer

Posted by Stuart on Stack Overflow See other posts from Stack Overflow or by Stuart
Published on 2010-05-04T17:16:02Z Indexed on 2010/05/04 17:18 UTC
Read the original article Hit count: 151

Filed under:
|
|

I have a class that runs a function when the image is clicked on to display an additional image. This function produces a linked div tag that reloads the page with a set of variables that then produces another image. The image is set as a background image on a large div tag behind the linked div tags to give the same effect as an image map but without using an image map or a SVG. This works perfectly in Chrome and Firefox but will not display the new image in Internet Explorer until you F5 the page again with the get variables in the URL?

Does anyone know how to fix this issue so that it works in IE the same as the other browsers?

Many thanks.

© Stack Overflow or respective owner

Related posts about php

Related posts about internet-explorer