andrei_b_c Report post Posted September 27, 2012 Hi, I'm using JavaScript to create graphs. It works perfectly except for the annoying dialog in IE: 'Do you want to view only the webpage content that was delivered securely?'. The JS code is presented below: var myChart = new FusionCharts( "StackedColumn2D", "myprodImgDiv", "100", "800" ); myChart.setXMLData('<chart>....</chart>'); myChart.render("prodGraph"); All my pages use HTTPS, I used HTTP Analyzer to test and there is no insecure (http) connection. However the dialog is displayed in IE. Is there a way to prevent this for happening? Thanks for any help Share this post Link to post Share on other sites
heidemeister Report post Posted September 28, 2012 We have the same problem, which was introduces when we updated to versiob 3.2.4 (to be able to remove the print icon fro all charts). We found a solution on stackoverflow which seems to fix the problem (second entry on the page): http://stackoverflow.com/questions/12087541/fusioncharts-on-https-mixed-content-warning I hope this will be fixed for future fusionchart version as i'm sure to forget all about this then next time we upgrades -michael heide christensen Hi, I'm using JavaScript to create graphs. It works perfectly except for the annoying dialog in IE: 'Do you want to view only the webpage content that was delivered securely?'. The JS code is presented below: var myChart = new FusionCharts( "StackedColumn2D", "myprodImgDiv", "100", "800" ); myChart.setXMLData('<chart>....</chart>'); myChart.render("prodGraph"); All my pages use HTTPS, I used HTTP Analyzer to test and there is no insecure (http) connection. However the dialog is displayed in IE. Is there a way to prevent this for happening? Thanks for any help Share this post Link to post Share on other sites
Guest Sumedh Report post Posted September 28, 2012 Hi, This has been already reported as a bug and our developers are working on this. We will update you on this as the it will be fixed. Thanks for your time and support. Share this post Link to post Share on other sites
andrei_b_c Report post Posted September 28, 2012 We have the same problem, which was introduces when we updated to versiob 3.2.4 (to be able to remove the print icon fro all charts). We found a solution on stackoverflow which seems to fix the problem (second entry on the page): http://stackoverflow...content-warning I hope this will be fixed for future fusionchart version as i'm sure to forget all about this then next time we upgrades -michael heide christensen Thank you very much! The solution works perfectly! Share this post Link to post Share on other sites