otilia

Members
  • Content count

    5
  • Joined

  • Last visited

About otilia

  • Rank
    Forum Newbie
  1. FusionCharts are not working on IE over SSL

    Can you please give me a better example. In my code I use Fusioncharts.cfm and Fusioncharts.js that I got when I got the FusionCharts free download, so I am confused how I can use the XMLhttp request. Thanks
  2. FusionCharts are not working on IE over SSL

    we are acutally using a coldfusion environment. Also what is this DLL? we are nto currently referencing any DLL in our project.
  3. I designed FusionCharts using the dataXML method for graphing and not dataURL, drawing data from a coldfusion server (CF 8). I am using FusionCharts.cfm template and also FusionCharts.js The issue is that the graph draws fine in the following: IE (non-SSL) Firefox(both SSL and non-SSL) It for some reason draws just a white screen (although the div and JS make it to the page content...just no graph) when using IE over SSL. Very confused at this point. Any suggestions would be most helpful.
  4. ok sorry for the earlier post, twas a bit scant on details. Heres the break down. I am using the dataXML method for graphing, drawing data from a coldfusion server (CF 8). The issue is that the graph draws fine in the following: IE (non-SSL) Firefox(both SSL and non-SSL) It for some reason draws just a white screen (although the div and JS make it to the page content...just no graph) when using IE over SSL. Very confused at this point. Any suggestions would be most helpful.
  5. I create a FusionChart that works fine on my working box, but not on a web server over ssl. The same code works fine on the WebServer in FireFox. I am using dataXML and not dataURL