Sign in to follow this  
dinesh

Problem In Ie6

Recommended Posts

Hi Fusion,

 

I am showing graph in MSBar3D graph its working in ie8 but its not working in ie6.

 

This is my code i configure my code in servelt

 

<table align=\"left\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" width=\"750\" height=\"250\" bgcolor=\"#FFFFFF\">

<tr>

<td align=\"center\" height=\"20\"><b>"+title+"</b></td>

</tr>

<tr>

 

<td width =\"100%\" align=\"center\">

<div id=\"chart0div\">

</div>

<script language=\"JavaScript\">

var chart1 = new FusionCharts('swfpath','chart0Id', '530', '350', '0', '1');

chart1.setDataXML(xmlStringForFusionBarChart)

chart1.render(\"chart0div\

</script>

</td>

</tr>

</table>

 

Thanks

Dinesh.N

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