Sign in to follow this  
JF

Fusioncharts, Fusionbot, & Ie 6&7

Recommended Posts

This is fairly obscure, and I'm not sure how many of our users it actually affects, but here goes: we have FusionCharts charts sprinkled throughout our website, and have also deployed FusionBot Search, a site search engine which includes "search as you type" functionality. On Firefox and Chrome, we have no problems. On IE 6 and 7 however, any page that has both charts and search throws up an error box:

 

--------------

Internet Explorer cannot load the Internet site <URL>

 

Operation aborted.

--------------

 

When the error message box is closed, the page then changes to IE's "page cannot be found" error message. Reading Microsoft's KB article 927917, it sounds like child container HTML element contains script is trying to to modify the parent container element of the child container. The script tries to modify the parent container element by using either the innerHTML method or the appendChild method.

 

I'm wondering if anyone else has encountered the same issue, and what fix, short of commenting out code based on the browser, you employed.

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi,

 

Could you please confirm whether you are using the <script> element inside the <div> element.

 

Please make sure that the <div> element and the <script> element should be declared and specified separately.

 

Re.- <div...></div>

<script ...></script>

 

Hope this helps. :)

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