Problems with dynamically created images in popup menus

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
Clothlugs
Beginner
Beginner
Posts: 1
Joined: Fri Jan 20, 2006 10:45 am

Problems with dynamically created images in popup menus

Post by Clothlugs »

Hello,

I am creating an image map based menu system in which I want to show dynamically created images in popup menus. The images are created by using the URL to a Perl CGI script on our server. This work great and the popup menus show the correct images.

The problem I am having is that the images shown on the popup menus appear to be cached and never update after the first open. Subsequent opens of the popup menu show the same image.

The CGI script creating the images is using continuously updating data and the image returned is always different. I can see from the server logs that the CGI script is only accessed the first time the popup menu is opened. So the problem appears to be on the client or with intermediate caching.

The CGI script puts information in the HTTP header so that the image is not cached at the browser or intermediate caching (e.g. a caching web proxy). We have been using this script for several years and this has always worked. So the problem appears to be with the DHTML Menu system.

Any ideas what this could be? Any help would be greatly appreciated.

Super cheers
Duncan
Post Reply