eagles9999

Members
  • Content count

    31
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by eagles9999

  1. Problem wit IE8 and Javascript Fusioncharts

    Thanx eChart. Likewise....I will let you know... Very frustrating! Cheers, Mark
  2. Problem wit IE8 and Javascript Fusioncharts

    Hi Eric, I searched for months to find a solution to this problem. I am convinced the is some way to overcome it with code but I have not found it. THE ONLY WAY that I have been able to consistently fix it is by doing the following..... In IE Menu, Go to Tools / Internet Options In the Browsing History on the General Tab select Settings button. In that dialog the is a radio button group called... Check for newer versions of stored pages. Make sure you check "Every time I visit the webpage" You will find that it all works as expected then. Let me know if you find a more elegant solution. Cheers, Mark
  3. Problem wit IE8 and Javascript Fusioncharts

    Hi Sudipto, Thanx for the suggestion. However, it did not work. Still same symptoms as before. Please see attached images.... Screenshot 1 ---- Works fine Now run again... Screenshot 2 ---- Opens fine but then gives error on exit Now run again... Screenshot 3 ---- Image scrambled and compressed in the top left hand corner of the browser. Regards, Mark
  4. I found that when I use this method, the "Save" button does not appear anymore when I export a chart to say, jpg. Any ideas how to make this work? Cheers, Mark Bailey
  5. Problem wit IE8 and Javascript Fusioncharts

    Hi Sudipto, I have tried that to no avail. I think the problem is that I do not generate the html page every time I call. It is static and the only thing that changes is the data.xml file that it calls. myChart.setDataURL("FUELUSAGE.xml"); I think I need something the make the FUELUSAGE.xml above unique for each call but have no idea how to do that. Regards, Mark
  6. Problem wit IE8 and Javascript Fusioncharts

    Ok. Have gone some way to fixing this problem. If I change the history settings in IE8 to Check for newer version, every time I visit the webpage it works flawlessly. So it comes down to finding a way to clear the cache from an embedded MS Web Brower ActiveX control in my app. Any clues how that can be done. No Methods or Properties for it in the control. :-/ Cheers, Mark