Sign in to follow this  
yuvaraj

Error In Loading The Data In Ie8

Recommended Posts

Hi,

 

In IE 8, I am getting "Error in Loading the Data" while loading the page. If i do any action like to select the value from drop down then the Error Solved and Fusion Chart Working Fine. I think the issue is in my JavaScript. I attached my Js file Below.

and also i checked the DataUrl , its in correct position only.

 

The following below is the part of Xhtml codes

....................

 

<h:panelGrid columns="2" styleClass="list_table">

<h:panelGroup>

<table style="margin-bottom:-20.5pt;margin-right:16pt">

<tr>

<td>

<div id="categorydiv1">

</div>

 

</td>

<td>

<div id="categorydiv2">

</div>

</td>

</tr>

</table>

</h:panelGroup>

</h:panelGrid>

 

<h:panelGrid columns="2" styleClass="list_table">

<h:panelGroup>

<table style="margin-bottom:-20.5pt;margin-right:16pt">

<tr>

<td>

<div id="categorydiv3">

</div>

</td>

<td>

<div id="categorydiv4">

</div>

</td>

</tr>

</table>

</h:panelGroup>

</h:panelGrid>

 

<div id="chartslistdiv" style="display:none">

<h:panelGrid columns="2" styleClass="list_table">

<h:panelGroup>

<table border="0" style="margin-bottom:-20.5pt;margin-right:16pt">

<tr>

<td>

<h:panelGroup id="overallperformancepanel" style="display: none">

<div id="overallperformancediv" class="dashboard_widget">

<div class="widget_nw">

<div id="header_List_details" class="widget_title" style="width: 427px;">

<table>

<tr>

<td width="15%"> </td>

<td align="center">Cumulative Campaign Performance</td>

<td align="right" width="6%">

<h:form>

<a4j:region>

<a4j:commandLink action="#{dashboard.getActionandGroup('overallperformancediv')}" ajaxSingle="true" reRender="Allcategories" value="REMOVE" oncomplete="#{rich:component('categorypanel')}.show()" timeout="#{email['timeout']}"></a4j:commandLink>

</a4j:region>

</h:form>

</td>

</tr>

</table>

</div>

</div>

<div class="widget_w">

<div id="overall" class="widget_content" style="height: 343px; width: 424px;">

<h:form>

<h:panelGroup id="overallpanel">

<div id="overallperformance"></div>

 

<script type="text/javascript" language="Javascript">

//<![CDATA[

var chart_funnel = new FusionCharts("#{email['web_url']}/graphs/new/Charts/MSBar3D.swf", "1", "425", "300");

chart_funnel.addParam("WMode", "Transparent");

chart_funnel.setDataURL("/mtc/dashboard/dashboardoverallperformance.seam");

chart_funnel.render("overallperformance");

 

 

//]]>

</script>

 

</h:panelGroup>

</h:form>

</div>

</div>

<div class="widget_sw" style="width: 443px;">

<div id="footer_sub_details" class="widget_statusbar"/>

</div>

</div>

</h:panelGroup>

</td>

<td>

....................................

 

 

Please Help me to clear this, Thanks in advance

dashboard.txt

Edited by yuvaraj

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