Sign in to follow this  
andrei_b_c

Ie Https Issue

Recommended Posts

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

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 :P

 

 

-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

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

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 :P

 

 

-michael heide christensen

 

 

 

 

Thank you very much! The solution works perfectly!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this