﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>FusionCharts Forum / FusionWidgets v3 (previously FusionGadgets) / Using FusionWidgets  / 2 Regular MSLine.swf Charts on one page throw IE errors / Latest Posts</title><generator>InstantForum.NET v4.1.4</generator><description>FusionCharts Forum</description><link>http://www.fusioncharts.com/forum/</link><webMaster>support@fusioncharts.com</webMaster><lastBuildDate>Wed, 07 Jan 2009 17:48:26 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: 2 Regular MSLine.swf Charts on one page throw IE errors</title><link>http://www.fusioncharts.com/forum/Topic2078-17-1.aspx</link><description>Can you please send the code as attachment to &lt;A href="mailto:support@fusioncharts.com"&gt;support@fusioncharts.com&lt;/A&gt;?</description><pubDate>Fri, 24 Aug 2007 02:26:09 GMT</pubDate><dc:creator>Pallav</dc:creator></item><item><title>2 Regular MSLine.swf Charts on one page throw IE errors</title><link>http://www.fusioncharts.com/forum/Topic2078-17-1.aspx</link><description>I cannot figure out what it is that is causing this error to happen on the page.  I am using YUI tabs, but disabled them and removed the JS from the page and I get the same error. It has something to do with having multiple graphs on the same page.&lt;br&gt;&lt;br&gt;Here is the code I am using to create the graphs:&lt;br&gt;&lt;br&gt;[code]&lt;br&gt;&lt;script type="text/javascript"&gt;&lt;br&gt;			function init(){&lt;br&gt;				var myChart = new FusionCharts("charts/MSLine.swf", "LineChart", "900", "400", "0", "1");&lt;br&gt;				myChart.setDataURL('xml/xml1.xml');&lt;br&gt;				myChart.render("chartdivj");&lt;br&gt;&lt;br&gt;				var myChart2 = new FusionCharts("charts/MSLine.swf", "LineChart", "900", "400", "0", "1");&lt;br&gt;				myChart2.setDataURL('xml/xml2.xml');&lt;br&gt;				myChart2.render("chartdivr");&lt;br&gt;			}&lt;br&gt;		&lt;/script&gt;&lt;br&gt;		&lt;br&gt;	&lt;/head&gt;&lt;br&gt;&lt;br&gt;&lt;body class="yui-skin-sam" &amp;#111;nload='init();'&gt;&lt;br&gt;	&lt;div id="demo" class="yui-navset"&gt;&lt;br&gt;		&lt;ul class="yui-nav"&gt;&lt;br&gt;	        &lt;li class="selected"&gt;&lt;a href="#tab1"&gt;&lt;em&gt;Graph1&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;&lt;br&gt;	        &lt;li&gt;&lt;a href="#tab2"&gt;&lt;em&gt;Graph2&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;&lt;br&gt;	    &lt;/ul&gt;  &lt;br&gt;	    &lt;div class="yui-content"&gt;&lt;br&gt;	        &lt;div id="tab1"&gt;&lt;br&gt;				&lt;div id="chartdivj" align="center"&gt;The chart will appear within this DIV. This text will be replaced by the chart.&lt;/div&gt;&lt;br&gt;&lt;br&gt;			&lt;/div&gt;&lt;br&gt;	        &lt;div id="tab2"&gt;&lt;br&gt;				&lt;div id="chartdivr" align="center"&gt;The chart will appear within this DIV. This text will be replaced by the chart.&lt;/div&gt;&lt;br&gt;				    &lt;br&gt;			&lt;/div&gt;&lt;br&gt;	    &lt;/div&gt;&lt;br&gt;	&lt;/div&gt;&lt;br&gt;&lt;/body&gt;&lt;br&gt;&lt;/html&gt;&lt;br&gt;&lt;br&gt;[/code]&lt;br&gt;&lt;br&gt;Any ideas why I get the "Runtime Error" messages from IE?&lt;br&gt;&lt;br&gt;P.S. for some reason it will not display the code I am using correctly...</description><pubDate>Thu, 23 Aug 2007 09:06:01 GMT</pubDate><dc:creator>MBernier</dc:creator></item></channel></rss>