Sign in to follow this  
wbdvlpr

Internet Explorer can't open the site http://www.mysite.com/page_fusionwidgets.php. Operation Aborted

Recommended Posts

Hi there,

 

 

 

I have just one chart, pyramid, on my webpage (having 5 slices). This page displays/works fine in FF. But as soon as I open this page in IE (7) it throws up following error message.

 

 

 

Internet Explorer can't open the site http://www.mysite.com/page_fusionwidgets.php.

 

Operation Aborted [OK]

 

 

 

Clicking OK just takes me out to "Internet Explorer cannot display this webpage" page.

 

 

 

How do I make my page working in IE??

 

 

 

Please help me out.

 

 

 

Thanks,

 

~~CJ~~

Share this post


Link to post
Share on other sites

Hi,

 

I am afraid; the issue you are facing is not related with FusionCharts.

 

This is can be a IE7 issue, it occurs only is IE, if we try to append BODY element from script that isn't a direct child to the BODY element.

 

There are some external posts regarding this issue with IE.

 

http://weblogs.asp.net/infinitiesloop/archive/2006/11/02/Dealing-with-IE-_2600_quot_3B00_Operation-Aborted_2600_quot_3B002E00_-Or_2C00_-how-to-Crash-IE.aspx

 

http://channel9.msdn.com/forums/Coffeehouse/210214-IE-Operation-Aborted/

 

http://drupal.org/node/125650

 

Share this post


Link to post
Share on other sites

Thanks for your reply Rahul.

 

 

 

The main reason I posted my question here was that my other fusioncharts on another website are working fine in IE.

 

So I thought it is something to do with fustion widgets.

 

 

 

I think I have got it working now ..

 

I was using this method to print my chart on the page. I just changed it into the php method and it worked fine for me.

 


     < div id="chartdiv" align="center" >

        The chart will appear within this DIV. This text will be replaced by the chart.



     < script type="text/javascript">

        var myChart = new FusionCharts("Charts/AngularGauge.swf", "myChartId", "400", "200", "0", "0");

        myChart.setDataURL("Data.xml");

        myChart.render("chartdiv");

script >

 

 

 

The links helped me in understanding the problem.

 

 

 

Thanks,

 

~~CJ~~

Edited by Guest

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