JF Report post Posted October 7, 2010 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 Report post Posted October 8, 2010 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