﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>FusionCharts Forum / FusionCharts Free / JavaScript Problems  </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>Fri, 16 May 2008 01:28:16 GMT</lastBuildDate><ttl>20</ttl><item><title>Sequential Load with Javascript</title><link>http://www.fusioncharts.com/forum/Topic6262-47-1.aspx</link><description>Are there any callback routines or anything to state that the XML has completed loading?&lt;br&gt;&lt;br&gt;I need to display one chart after another is loaded. There's a total of 12 charts on my page and each represent a significant amount of load on the SQL Server backend. In order to reduce the load, I want to show each chart sequentially.&lt;br&gt;&lt;br&gt;SetTimeout will not be sufficient as the time will vary significantly. I know Actionscript can communicate directly with Javascript so it would be possible.&lt;br&gt;&lt;br&gt;Thanks in advance.</description><pubDate>Wed, 14 May 2008 23:52:08 GMT</pubDate><dc:creator>ESOFX - Michael</dc:creator></item><item><title>invalid character error</title><link>http://www.fusioncharts.com/forum/Topic6159-47-1.aspx</link><description>Hi&lt;P&gt;I am trying Gantt chart and getting the "invalid character error" when accessing the html page &lt;/P&gt;&lt;P&gt;my html page is&lt;/P&gt;&lt;P&gt;==================&lt;/P&gt;&lt;P&gt;&amp;lt;html&amp;gt;&lt;BR&gt;   &amp;lt;head&amp;gt;&lt;BR&gt;      &amp;lt;title&amp;gt;My first chart using FusionWidgets&amp;lt;/title&amp;gt;&lt;BR&gt;      &amp;lt;SCRIPT LANGUAGE="Javascript" SRC="Charts/FusionCharts.js"&amp;gt;&amp;lt;/SCRIPT&amp;gt;&lt;BR&gt;   &amp;lt;/head&amp;gt;&lt;BR&gt;   &amp;lt;body bgcolor="#ffffff"&amp;gt;&lt;BR&gt;   &amp;lt;H1&amp;gt;test&amp;lt;/H1&amp;gt;&lt;BR&gt;      &amp;lt;div id="chartdiv" align="center"&amp;gt;&lt;BR&gt;         The chart will appear within this DIV. This text will be replaced by the chart.&lt;BR&gt;      &amp;lt;/div&amp;gt;&lt;BR&gt;      &amp;lt;script type="text/javascript"&amp;gt;&lt;BR&gt;         var myChart = new FusionCharts("Charts/Gantt.swf", "myChartId", "400", "200", "0", "0");&lt;BR&gt;         myChart.setDataURL("MyData.xml");&lt;BR&gt;         myChart.render("chartdiv");&lt;BR&gt;   &amp;lt;/SCRIPT&amp;gt;&lt;BR&gt;   &amp;lt;/body&amp;gt;&lt;BR&gt;&amp;lt;/html&amp;gt;&lt;/P&gt;&lt;P&gt;===========my xml file is======&lt;/P&gt;&lt;P&gt;&amp;lt;chart dateFormat='mm/dd/yyyy' caption='Project Gantt' subCaption='From 1st Feb 2007 - 31st Aug 2007' showSlackAsFill='0' showPercentLabel='1'&amp;gt;&lt;BR&gt;   &amp;lt;categories&amp;gt;&lt;BR&gt;      &amp;lt;category start='02/01/2007' end='04/01/2007' label='Q1' /&amp;gt;&lt;BR&gt;      &amp;lt;category start='04/01/2007' end='07/01/2007' label='Q2' /&amp;gt;&lt;BR&gt;      &amp;lt;category start='07/01/2007' end='09/01/2007' label='Q3' /&amp;gt;&lt;BR&gt;   &amp;lt;/categories&amp;gt;&lt;BR&gt;   &amp;lt;categories&amp;gt;&lt;BR&gt;      &amp;lt;category start='02/01/2007' end='03/01/2007' label='Feb' /&amp;gt;&lt;BR&gt;      &amp;lt;category start='03/01/2007' end='04/01/2007' label='Mar' /&amp;gt;&lt;BR&gt;      &amp;lt;category start='04/01/2007' end='05/01/2007' label='Apr' /&amp;gt;&lt;BR&gt;      &amp;lt;category start='05/01/2007' end='06/01/2007' label='May' /&amp;gt;&lt;BR&gt;      &amp;lt;category start='06/01/2007' end='07/01/2007' label='Jun' /&amp;gt;&lt;BR&gt;      &amp;lt;category start='07/01/2007' end='08/01/2007' label='Jul' /&amp;gt;&lt;BR&gt;      &amp;lt;category start='08/01/2007' end='09/01/2007' label='Aug' /&amp;gt;&lt;BR&gt;   &amp;lt;/categories&amp;gt;&lt;BR&gt;   &amp;lt;processes fontSize='12' isBold='1' align='right' headerText='What to do?' headerFontSize='18' headerVAlign='bottom' headerAlign='right'&amp;gt;&lt;BR&gt;      &amp;lt;process label='Research Phase' /&amp;gt;&lt;BR&gt;      &amp;lt;process label='Identify Customers' /&amp;gt;&lt;BR&gt;      &amp;lt;process label='Survey 50 Customers' /&amp;gt;&lt;BR&gt;      &amp;lt;process label='Interpret Requirements' /&amp;gt;&lt;BR&gt;      &amp;lt;process label='Study Competition' /&amp;gt;&lt;BR&gt;      &amp;lt;process label='Production Phase' /&amp;gt;&lt;BR&gt;      &amp;lt;process label='Documentation of features' /&amp;gt;&lt;BR&gt;      &amp;lt;process label='Brainstorm concepts' /&amp;gt;&lt;BR&gt;      &amp;lt;process label='Design Code' /&amp;gt;&lt;BR&gt;      &amp;lt;process label='Testing QA' /&amp;gt;&lt;BR&gt;      &amp;lt;process label='Documentation of product' /&amp;gt;&lt;BR&gt;      &amp;lt;process label='Global Release' /&amp;gt;&lt;BR&gt;   &amp;lt;/processes&amp;gt;&lt;BR&gt;   &amp;lt;tasks &amp;gt;&lt;BR&gt;      &amp;lt;task start='02/04/2007' end='04/06/2007' showAsGroup='1' label='Research' showLabel='1'/&amp;gt;&lt;BR&gt;      &amp;lt;task start='02/04/2007' end='02/10/2007' /&amp;gt;&lt;BR&gt;      &amp;lt;task start='02/08/2007' end='02/19/2007' /&amp;gt;&lt;BR&gt;      &amp;lt;task start='02/19/2007' end='03/02/2007' /&amp;gt;&lt;BR&gt;      &amp;lt;task start='02/24/2007' end='03/02/2007' /&amp;gt;&lt;BR&gt;      &amp;lt;task start='03/02/2007' end='08/27/2007' showAsGroup='1' label='Production' showLabel='1'/&amp;gt;&lt;BR&gt;      &amp;lt;task start='03/02/2007' end='03/21/2007' /&amp;gt;&lt;BR&gt;      &amp;lt;task start='03/21/2007' end='04/06/2007' /&amp;gt;&lt;BR&gt;      &amp;lt;task start='04/06/2007' end='07/21/2007' /&amp;gt;&lt;BR&gt;      &amp;lt;task start='07/21/2007' end='08/19/2007' /&amp;gt;&lt;BR&gt;      &amp;lt;task start='07/28/2007' end='08/24/2007' /&amp;gt;&lt;BR&gt;      &amp;lt;task start='08/24/2007' end='08/27/2007' /&amp;gt;&lt;BR&gt;   &amp;lt;/tasks&amp;gt;&lt;BR&gt;&amp;lt;/chart&amp;gt;&lt;/P&gt;&lt;P&gt;============my js file is fusioncharts.js ======&lt;/P&gt;&lt;P&gt;any idea why i am  getting this&lt;/P&gt;&lt;P&gt;I am using IE7, with flash player 9.0&lt;/P&gt;&lt;P&gt;Thanks a lot:)</description><pubDate>Fri, 09 May 2008 09:31:29 GMT</pubDate><dc:creator>ramkmr</dc:creator></item><item><title>Javascript Errors in IE 7</title><link>http://www.fusioncharts.com/forum/Topic6225-47-1.aspx</link><description>When loading Charts using the Javascript functions I keep getting the following error on IE7 (it appears to work on all other browsers):&lt;br&gt;&lt;br&gt;Line: 0&lt;br&gt;Error: Object Does not support this property or Method&lt;br&gt;&lt;br&gt;When I go to Debug it points to:&lt;br&gt;&lt;br&gt;try { document.getElementById("largeChart").SetReturnValue(__flash__toXML(FC_Loaded("largeChart")) ); } catch (e) { document.getElementById("largeChart").SetReturnValue("&lt;undefined/&gt;"); }&lt;br&gt;&lt;br&gt;It seems to happen on each call to render (IE: largeChart.render("largeChart");)&lt;br&gt;&lt;br&gt;Here is an example of the JS code:&lt;br&gt;[code]&lt;br&gt;&amp;lt;script type="text/javascript" src="/js/FusionCharts.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;br&gt;&amp;lt;script type="text/javascript"&amp;gt;&lt;br&gt;var callData = "%3Cchart%20showNames%3D%271%27%20showValues%3D%270%27%20rotateNames%3D%270%27%20showColumnShadow%3D%271%27%20animation%3D%271%27%20bgColor%3D%27ffffff%27%20chartLeftMargin%3D%270%27%20chartRightMargin%3D%275%27%20chartTopMargin%3D%275%27%20chartBottomMargin%3D%270%27%20labelStep%3D%277%27%20showBorder%3D%270%27%20canvasBorderAlpha%3D%270%27%20yAxisValuesStep%3D%272%27%20divLineDashLen%3D%271%27%20divLineDashGap%3D%272%27%20divLineIsDashed%3D%271%27%20showAlternateHGridColor%3D%270%27%20numVDivLines%3D%270%27%20yAxisValuesPadding%3D%27-15%27%20canvasPadding%3D%2760%27%20anchorRadius%3D%275%27%20anchorBgColor%3D%27E1f5ff%27%3E%0A&lt;br&gt;%3Cset%20label%3D%27March%204%2C%202008%27%20value%3D%272%27%20link%3D%22calls%2Fdate%2F2008-03-04%22%20%2F%3E%0A&lt;br&gt;%3Cset%20label%3D%27March%205%2C%202008%27%20value%3D%2797%27%20link%3D%22calls%2Fdate%2F2008-03-05%22%20%2F%3E%0A&lt;br&gt;%3Cset%20label%3D%27March%206%2C%202008%27%20value%3D%2720%27%20link%3D%22calls%2Fdate%2F2008-03-06%22%20%2F%3E%0A&lt;br&gt;%3Cset%20label%3D%27March%208%2C%202008%27%20value%3D%271%27%20link%3D%22calls%2Fdate%2F2008-03-08%22%20%2F%3E%0A&lt;br&gt;%3Cset%20label%3D%27March%209%2C%202008%27%20value%3D%271%27%20link%3D%22calls%2Fdate%2F2008-03-09%22%20%2F%3E%0A&lt;br&gt;%3Cset%20label%3D%27March%2010%2C%202008%27%20value%3D%275%27%20link%3D%22calls%2Fdate%2F2008-03-10%22%20%2F%3E%0A&lt;br&gt;%3Cset%20label%3D%27March%2012%2C%202008%27%20value%3D%271%27%20link%3D%22calls%2Fdate%2F2008-03-12%22%20%2F%3E%0A%3Cvline%20color%3D%22CCCCCC%22%20dashed%3D%271%27%20dashLen%3D%271%27%20dashGap%3D%272%27%3E%3C%2Fvline%3E&lt;br&gt;%3Cset%20label%3D%27March%2014%2C%202008%27%20value%3D%275%27%20link%3D%22calls%2Fdate%2F2008-03-14%22%20%2F%3E%0A&lt;br&gt;%3Cset%20label%3D%27March%2015%2C%202008%27%20value%3D%2717%27%20link%3D%22calls%2Fdate%2F2008-03-15%22%20%2F%3E%0A&lt;br&gt;%3Cstyles%3E%0A%20%20%20%20%20%20%20%20%3Cdefinition%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstyle%20name%3D%27myToolTipFont%27%20type%3D%27font%27%20font%3D%27Arial%27%20size%3D%2712%27%20color%3D%27FF5904%27%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2Fdefinition%3E%0A%20%20%20%20%20%20%20%20%3Capplication%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Capply%20toObject%3D%27ToolTip%27%20styles%3D%27myToolTipFont%27%20%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2Fapplication%3E%0A%20%20%20%20%3C%2Fstyles%3E%0A%3C%2Fchart%3E%20";&lt;br&gt;&lt;br&gt;var largeChart = new FusionCharts("/Charts/Line.swf", "largeChart", "100%", "150", 0, 1);&lt;br&gt;largeChart.setDataXML(callData);&lt;br&gt;largeChart.render("largeChart");&lt;br&gt;&amp;lt;script&amp;gt;&lt;br&gt;[/code]</description><pubDate>Mon, 12 May 2008 14:14:09 GMT</pubDate><dc:creator>ArkITechT</dc:creator></item><item><title>GWT and real-time data</title><link>http://www.fusioncharts.com/forum/Topic6051-47-1.aspx</link><description>Hi,&lt;br&gt;&lt;br&gt;I'm using FusionCharts v3 with GWT and am trying to get real-time updates from the DB.&lt;br&gt;(an XML won't work because I need user specific data display)&lt;br&gt;&lt;br&gt;I can't seem to make a plan old servlet call in my Data.xml (ex. dataStreamURL='http://localhost:8888/com.ints.central.ui.Dashboard/Ticket) to a ticket servlet because GWT complains.&lt;br&gt;&lt;br&gt;I can't make a GWT RPC call because there doesn't seem to be a way to feed the result into the data feed.&lt;br&gt;&lt;br&gt;I can't seem to make a JS to Java call in GWT because GWT is managing my entire app and I don't have a "page centric" model. GWT does everthing in one page.&lt;br&gt;&lt;br&gt;I'm considering Java -&gt; JS call but managing the timing of the updates from Java seem like an awful option.&lt;br&gt;&lt;br&gt;Has anyone done anything similar or have any ideas? I would really like to buy  a site license for GWT but can't unless we solve this problem.&lt;br&gt;&lt;br&gt;Mark</description><pubDate>Thu, 01 May 2008 21:40:02 GMT</pubDate><dc:creator>md10024</dc:creator></item><item><title>FusionCharts - Database + JavaScript(DataURL) Example Not Working In PHP</title><link>http://www.fusioncharts.com/forum/Topic5946-47-1.aspx</link><description>Hi,&lt;br&gt;&lt;br&gt;I'm using WAMPServer 2.0 and a mySQL database.  I'm going through the PHP samples and the DB_JS_dataURL sample is not working for me.  The summary pie chart renders just fine on page load in Firefox and IE.  Of course the bottom chart (Detailed) does not display, it shows the message "Please select a factory from pie chart above to view detailed data".  So up to this part it appears everything is working fine.&lt;br&gt;&lt;br&gt;When I click on any part of the pie chart there is no change to the page at all.  Specifically, there is no change to the Detailed chart that is supposed to be linked to the pie chart.  The link embedded into the pie chart is a javascript link using updateChart function that is defined in Default.php.  &lt;br&gt;&lt;br&gt;What is the problem?  What can I do to fix it?  If I can't get the sample to work, I am not encouraged to begin building javascript links and functions into custom chart pages.&lt;br&gt;&lt;br&gt;Shogikishi</description><pubDate>Fri, 25 Apr 2008 13:23:16 GMT</pubDate><dc:creator>Shogikishi</dc:creator></item><item><title>trying to pass variables in XML to javascript through link</title><link>http://www.fusioncharts.com/forum/Topic3893-47-1.aspx</link><description>I am having some difficulties, I am creating the XML string and passing some parameters through the link='' after setting data:&lt;/P&gt;&lt;P&gt;exampl:&lt;/P&gt;&lt;P&gt;[code]&lt;/P&gt;&lt;P&gt; &amp;lt;script type="text/javascript"&amp;gt; &lt;BR&gt;            Ext.onReady(function() {&lt;BR&gt;  var chart_HDS = new FusionCharts("flash/MSColumn3D.swf", "HDS", "800", "300", "0", "1");&lt;BR&gt;    chart_HDS.setDataXML("&amp;lt;chart caption='Datacenter total hds Storage vs. Free Storage' xAxisName='Datacenters' yAxisName='Storage (GB)' showValues='0' labelDisplay='ROTATE' slantLabels='1'&amp;gt;&amp;lt;categories&amp;gt;&amp;lt;category name='Bothell' /&amp;gt;&amp;lt;category name='Dallas-ITO' /&amp;gt;&amp;lt;category name='Windward' /&amp;gt;&amp;lt;category name='WWDC-Lab' /&amp;gt;&amp;lt;/categories&amp;gt;&amp;lt;dataset seriesName='phys'&amp;gt;&amp;lt;set value='1149104' &lt;FONT color=#ff1111&gt;link='javascript:displayArea(Bothell,HDS)'&lt;/FONT&gt; /&amp;gt;&amp;lt;set value='313606' link='javascript:displayArea(Dallas-ITO,HDS)' /&amp;gt;&amp;lt;set value='1057704' link='javascript:displayArea(Windward,HDS)' /&amp;gt;&amp;lt;set value='53799' link='javascript:displayArea(WWDC-Lab,HDS)' /&amp;gt;&amp;lt;/dataset&amp;gt;&amp;lt;dataset seriesName='free'&amp;gt;&amp;lt;set value='273591' /&amp;gt;&amp;lt;set value='14305'  /&amp;gt;&amp;lt;set value='38439' /&amp;gt;&amp;lt;set value='11276'  /&amp;gt;&amp;lt;/dataset&amp;gt;&amp;lt;/chart&amp;gt;")&lt;BR&gt;                chart_HDS.addParam("wmode", "transparent");&lt;BR&gt;  chart_HDS.render("HDSDiv");&lt;BR&gt;            });&lt;BR&gt; &amp;lt;/script&amp;gt;  &lt;/P&gt;&lt;P&gt;[/code]&lt;/P&gt;&lt;P&gt;As you can see from the red Highlight I have a function called displayArea(local,stor) {} , this is expecting to have 2 parameters passed to it, which I belive I am doing by passing (Bothell, HDS) after calling the function in the XML string. What am I doing incorrect here. The error I get is "Bothell is not defined"</description><pubDate>Wed, 16 Jan 2008 15:38:37 GMT</pubDate><dc:creator>mrras25</dc:creator></item><item><title>Premature end of script headers-FusionCharts.js</title><link>http://www.fusioncharts.com/forum/Topic5803-47-1.aspx</link><description>Hi I am trying to add FusionCharts on my CGI page but it is giving fallowing error: &lt;br&gt;Premature end of script headers: /home/icodonsc/public_html/pfs/cgi-bin/JSClass/FusionCharts.js&lt;br&gt;Premature end of script headers: /home/icodonsc/public_html/pfs/cgi-bin/Style.css&lt;br&gt;I understand what Premature end of script headers means when CGI script is pointed but in this case I am not sure what is problem. Also scripts and css work prety fine on my system as part of static HTML code but after uploading to server it gives error. Sorry I am very new to this so may be this problem is due to my lack of experience but I will appreciate for ur help.&lt;br&gt;You can see my CGI page:&lt;br&gt;http://pfs.icodons.com/cgi-bin/pfs.cgi?fileName=AlgLongSmall.txt&lt;br&gt; &lt;br&gt;I am using fallowing code-&lt;br&gt;&lt;br&gt;		   var chart = new FusionCharts("Charts/FCF_Line.swf", "ChartId", "600", "350");&lt;br&gt;		   chart.setDataURL("$randomJobxmlT");		   &lt;br&gt;		   chart.render("chartdiv");&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Erro console tell that fallowing is not defined&lt;br&gt;var chart = new FusionCharts("Charts/FCF_Line.swf", "ChartId", "600", "350");&lt;br&gt;&lt;br&gt;thanks in advance</description><pubDate>Mon, 21 Apr 2008 04:16:46 GMT</pubDate><dc:creator>little2002</dc:creator></item><item><title>Javascript Problem</title><link>http://www.fusioncharts.com/forum/Topic5571-47-1.aspx</link><description>I want to fire mouse click event on any part of the fusionchart.&lt;/P&gt;&lt;P&gt;So pls reply me very fast.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nirmaljeet singh</description><pubDate>Fri, 11 Apr 2008 02:10:29 GMT</pubDate><dc:creator>Nirmal</dc:creator></item><item><title>updateChartXML and Firefox</title><link>http://www.fusioncharts.com/forum/Topic5384-47-1.aspx</link><description>I am trying to get a prototype of the dynamically updating chart running.  i am following the example from the documentation that came with FusinCharts.&lt;br&gt;&lt;br&gt;It works with IE, but in FireFox, I get issues.  &lt;br&gt;&lt;br&gt;These come down to functions not being found.  in particular&lt;br&gt;setVariable (I changed this to addVariable to get past it)&lt;br&gt;TGotoLabel.&lt;br&gt;&lt;br&gt;I have read that there are issues with IE and flash integration.&lt;br&gt;&lt;br&gt;Has anyone else had this issue?  Is there a way around it?  We need dynamic data to work, and we need to support firefox.  if it doesn't work, we will have to track down other chart tools.</description><pubDate>Mon, 31 Mar 2008 08:35:01 GMT</pubDate><dc:creator>jhop</dc:creator></item><item><title>DOMId not domId</title><link>http://www.fusioncharts.com/forum/Topic5386-47-1.aspx</link><description>I cut and paste the example code from the documentation on 'updateChartXML() Method'&lt;br&gt;&lt;br&gt;I got the above error.   It should have been DOMId, not domId</description><pubDate>Mon, 31 Mar 2008 08:49:45 GMT</pubDate><dc:creator>jhop</dc:creator></item><item><title>JavaScript Form Submisssions</title><link>http://www.fusioncharts.com/forum/Topic5009-47-1.aspx</link><description>Hi,&lt;/P&gt;&lt;P&gt;We are using Drill-Down feature of Fusion Charts v3 as JavaScript function call.&lt;/P&gt;&lt;P&gt;In essence the javaScript function simply submit form to &amp;lt;IFRAME&amp;gt; window.&lt;/P&gt;&lt;P&gt;It works under FF, but under IE form is not submitted.&lt;/P&gt;&lt;P&gt;Is this known issue? If yes , what is solution?&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Alex M</description><pubDate>Mon, 10 Mar 2008 11:12:18 GMT</pubDate><dc:creator>Alex M</dc:creator></item><item><title>Hint: double quotes != single quote apostrophes for the setDataXML string</title><link>http://www.fusioncharts.com/forum/Topic4747-47-1.aspx</link><description>Hi,&lt;br&gt;Thanks for a great software.&lt;br&gt;&lt;br&gt;I had an annoying 'invalid XML' error for a few hours when trying to&lt;br&gt;script graphs that worked perfectly from static files.&lt;br&gt;&lt;br&gt;The solution was to only use single quotes for all attributes within&lt;br&gt;the xml and always using double quotes to handle the string in the javascript.&lt;br&gt;The other way around does not work.&lt;br&gt;&lt;br&gt;  Best regards&lt;br&gt;    Patrik Carlsson</description><pubDate>Wed, 27 Feb 2008 10:23:47 GMT</pubDate><dc:creator>Patrik Carlsson</dc:creator></item><item><title>Fusion chart Js Integration with firefox</title><link>http://www.fusioncharts.com/forum/Topic4822-47-1.aspx</link><description>Hi, &lt;br&gt;i'm using fusionchart with php and js.&lt;br&gt;when i render my chart through the js method i got the following exeption from firefox:&lt;br&gt;&lt;br&gt;uncaught exception: Permesso negato al metodo di chiamata Location.toString&lt;br&gt;&lt;br&gt;the problem only happens on firefox, in IE all works fine.&lt;br&gt;&lt;br&gt;have you Any idea?&lt;br&gt;&lt;br&gt;regards</description><pubDate>Thu, 28 Feb 2008 16:36:12 GMT</pubDate><dc:creator>balrom</dc:creator></item><item><title>Problem with setDataURL and Ampersand</title><link>http://www.fusioncharts.com/forum/Topic2105-47-1.aspx</link><description>I am using the setDataURL method and want to pass other parameters via GET query string.  All works fine except when one of the parameters is an ampersand.&lt;br&gt;&lt;br&gt;For example&lt;br&gt;&lt;br&gt;myChart.setDataURL(escape("/loadchart/chart?param1=" + param1 + "&amp;param2=" + param2));&lt;br&gt;myChart.render(id);&lt;br&gt;&lt;br&gt;It works fine when: param1 = 'string1', param2 = 'param2'&lt;br&gt;However, if fails when: param1 = 'strin&amp;g1', param2 = 'param2'&lt;br&gt;&lt;br&gt;Replacing &amp; with %26 does not fix the problem as I would have expected it would.&lt;br&gt;&lt;br&gt;Please help.</description><pubDate>Mon, 27 Aug 2007 09:46:18 GMT</pubDate><dc:creator>jlanza</dc:creator></item><item><title>setDataURL() example in docs not working</title><link>http://www.fusioncharts.com/forum/Topic1675-47-1.aspx</link><description>For the docs that come with the demo version of FusionCharts, there's the "setDataURL()" example under  the"FusionCharts and Javascript" folder. This demo explains the file Download Package &gt; Code &gt; JavaScript &gt; Basics. However, when I try to run this file in my browser (ChangeDataURL()), it gives me the error "chartObj.setDataURL is not a function." I've tried it both in Firefox and IE with the same result. Is this feature disabled in the demo? Why is the help file example throwing an error?</description><pubDate>Wed, 18 Jul 2007 10:35:55 GMT</pubDate><dc:creator>DelvarWorld</dc:creator></item><item><title>Javascript anchor link not working</title><link>http://www.fusioncharts.com/forum/Topic3079-47-1.aspx</link><description>Hi.&lt;/P&gt;&lt;P&gt;I'm facing a problem about the anchor's link of a scatter chart.&lt;/P&gt;&lt;P&gt;I'm using [syntax]: &lt;SPAN class=codetext&gt;&amp;lt;set … link=javascript:alert(234)' ...&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=codetext&gt;It works on any "normal" enviroment.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=codetext&gt;But Im developing a firefox extension with this, so the main difference here is the chart is being displayed in a HTML Document on a window opened from XUL Window.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=codetext&gt;Maybe this should not affect at all the chart, but, could some one please point me some ideas about this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=codetext&gt;Thanks a lot.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=codetext&gt;Ricardo&lt;/SPAN&gt;</description><pubDate>Fri, 16 Nov 2007 13:22:21 GMT</pubDate><dc:creator>ricardoe</dc:creator></item><item><title>Change SWF dynamically</title><link>http://www.fusioncharts.com/forum/Topic2705-47-1.aspx</link><description>I would like to use multiple charts in a page and let users choose different charts for different types of data.  Changing the XML url or XML string isn;t a problem, but is there a way to dynamically change the SWF file and rerender a chart ?&lt;br&gt;&lt;br&gt;I've tried using :&lt;br&gt;&lt;br&gt;charObj.setAttribute('swf', 'new/flash/source.swf');&lt;br&gt;charObj.render('chartdiv1');&lt;br&gt;&lt;br&gt;But this doesn't seem to do the trick.   At the moment I'm just not registering my charts in JS and rebuilding the entire chart object each time.  But this approach doesn't feel elegant enough.&lt;br&gt;</description><pubDate>Fri, 12 Oct 2007 11:15:18 GMT</pubDate><dc:creator>mayberry</dc:creator></item><item><title>Trying to refresh source data via javascript :: getting strange error in FF</title><link>http://www.fusioncharts.com/forum/Topic2976-47-1.aspx</link><description>I am using the provided javascript function to display my chart, then I am calling the provided update function to refresh/redraw the chart and am getting the following error in FF:&lt;br&gt;&lt;br&gt;uncaught exception: Error calling method on NPObject! [plugin exception: Error in Actionscript. Use a try/catch block to find error.].&lt;br&gt;&lt;br&gt;Any ideas on how to fix this ?&lt;br&gt;&lt;br&gt;Thanks.&lt;br&gt;&lt;br&gt;</description><pubDate>Mon, 05 Nov 2007 14:13:25 GMT</pubDate><dc:creator>funkmyer</dc:creator></item><item><title>Javascript &amp; ASPNet (Form element)</title><link>http://www.fusioncharts.com/forum/Topic1681-47-1.aspx</link><description>Hi,&lt;/P&gt;&lt;P&gt;When I try to use javascript functions in a chart (last parameter = "1"), I have a javascript error in IE7 (it works in FireFox).&lt;/P&gt;&lt;P&gt;In another post i read :&lt;BR&gt;&lt;EM&gt;Please make sure that you're not placing the chart inside a FORM element. When the chart is inside a FORM element, the browser cannot access the chart using DOM.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;In ASP.Net, everything is in a FORM element.&lt;BR&gt;How can I use javacsript functions in ASP.Net ?&lt;/P&gt;&lt;P&gt;Thank you for your answer.&lt;/P&gt;&lt;P&gt;Philippe.</description><pubDate>Thu, 19 Jul 2007 04:15:35 GMT</pubDate><dc:creator>Papoum</dc:creator></item><item><title>Code: How to user the Ajax in javascript to get the chart</title><link>http://www.fusioncharts.com/forum/Topic2947-47-1.aspx</link><description>Hi friends,&lt;/P&gt;&lt;P&gt;I have code to get the flash chart in javascript, like below&lt;/P&gt;&lt;P&gt;&amp;lt;script  LANGUAGE="Javascript" SRC="&lt;A href='http://www.fusioncharts.com/Demos/Blueprint/FusionCharts/FusionCharts.js"&gt;&lt;/script'&gt;http://www.fusioncharts.com/Demos/Blueprint/FusionCharts/FusionCharts.js"&amp;gt;&amp;lt;/script&lt;/A&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;function regfun(){&lt;/P&gt;&lt;P&gt;   var chart_SalesByYear = new FusionCharts("&lt;A href="http://www.fusioncharts.com/Demos/Blueprint/FusionCharts/MSColumn3DLineDY.swf"&gt;http://www.fusioncharts.com/Demos/Blueprint/FusionCharts/MSColumn3DLineDY.swf&lt;/A&gt;", "SalesByYear", "450", "325", "0", "1"); &lt;BR&gt;   chart_SalesByYear.setDataXML("&amp;lt;chart caption='Fraud Comparative Report' XAxisName='Monthly' palette='2' animation='1' subcaption='' formatNumberScale='0' numberPrefix='$' showValues='0' seriesNameInToolTip='0'&amp;gt;&amp;lt;categories&amp;gt;&amp;lt;category label='Mar 2007'/&amp;gt;&amp;lt;category label='Apl 2007'/&amp;gt;&amp;lt;category label='May 2007'/&amp;gt;&amp;lt;category label='Jun 2007'/&amp;gt;&amp;lt;category label='Jul 2007'/&amp;gt;&amp;lt;category label='Aug 2007'/&amp;gt;&amp;lt;/categories&amp;gt;&amp;lt;dataset seriesname='Billed Business'&amp;gt;&amp;lt;set value='119702' link='javaScript%3AupdateCharts%281994%29%3B'/&amp;gt;&amp;lt;set value='329702' link='javaScript%3AupdateCharts%211994%29%3B'/&amp;gt;&amp;lt;set value='219702' link='javaScript%3AupdateCharts%281994%29%3B'/&amp;gt;&amp;lt;set value='219702' link='javaScript%3AupdateCharts%281994%29%3B'/&amp;gt;&amp;lt;set value='682796' link='javaScript%3AupdateCharts%281995%29%3B'/&amp;gt;&amp;lt;set value='547248' link='javaScript%3AupdateCharts%281996%29%3B'/&amp;gt;&amp;lt;/dataset&amp;gt;&amp;lt;dataset seriesName='Total Fraud' parentYAxis='S'&amp;gt;&amp;lt;set value='3381'/&amp;gt;&amp;lt;set value='4381'/&amp;gt;&amp;lt;set value='5381'/&amp;gt;&amp;lt;set value='7381'/&amp;gt;&amp;lt;set value='25007'/&amp;gt;&amp;lt;set value='18929'/&amp;gt;&amp;lt;/dataset&amp;gt;&amp;lt;styles&amp;gt;&amp;lt;definition&amp;gt;&amp;lt;style type='font' color='666666' name='CaptionFont' size='15' /&amp;gt;&amp;lt;style type='font' name='SubCaptionFont' bold='0' /&amp;gt;&amp;lt;/definition&amp;gt;&amp;lt;application&amp;gt;&amp;lt;apply toObject='caption' styles='CaptionFont' /&amp;gt;&amp;lt;apply toObject='SubCaption' styles='SubCaptionFont' /&amp;gt;&amp;lt;/application&amp;gt;&amp;lt;/styles&amp;gt;&amp;lt;/chart&amp;gt;"); &lt;BR&gt;   chart_SalesByYear.render("urlContent");  &lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;Please make this as ajax, I want to use the callback mechanism.&lt;/P&gt;&lt;P&gt;Thanks in advance....</description><pubDate>Fri, 02 Nov 2007 07:10:51 GMT</pubDate><dc:creator>tlnprasad</dc:creator></item><item><title>Getting java script error “chartId is undefined”</title><link>http://www.fusioncharts.com/forum/Topic2920-47-1.aspx</link><description>&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;FONT color=#000000&gt;Hi,&lt;BR&gt;&lt;BR&gt;I am using "Multi series 2D Combination Fusion Chart, JSP &amp;amp; Java script (dataXML) method".&lt;BR&gt;&lt;BR&gt;When I am using fusion chart in java script like that &lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;FONT color=#000000&gt;[code] &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;FONT color=#000000&gt;var myChart = new FusionCharts(“http://localhost:7001/mywebapp/charts/MSCombi2D.swf", "&lt;B style="mso-bidi-font-weight: normal"&gt;chartId&lt;/B&gt;", "750", “250”, "0", "1") ;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;FONT color=#000000&gt;myChart.setDataXML(xml) ;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;FONT color=#000000&gt;myChart.render("chartdiv") ;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;FONT color=#000000&gt;[/code]&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;BR&gt;&lt;FONT color=#000000&gt;It’s giving me java script error&lt;BR&gt;[code] &lt;B style="mso-bidi-font-weight: normal"&gt;chartId&lt;/B&gt; is undefined [/code]&lt;BR style="mso-special-character: line-break"&gt;&lt;BR style="mso-special-character: line-break"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;BR&gt;&lt;FONT color=#000000&gt;My JSP code is:&lt;BR&gt;[code]&lt;/FONT&gt;&lt;/SPAN&gt;&lt;FONT face="Times New Roman" color=#000000 size=3&gt; &lt;/FONT&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;FONT color=#000000&gt;&amp;lt;div id="chartdiv" align="center"&amp;gt;&amp;lt;/div&amp;gt; [/code]&lt;BR style="mso-special-character: line-break"&gt;&lt;BR style="mso-special-character: line-break"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;FONT color=#000000&gt;And java script method is:&lt;BR&gt;[code] &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;FONT color=#000000&gt;function drawChart()&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;FONT color=#000000&gt;{&lt;SPAN style="mso-tab-count: 1"&gt;           &lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;FONT color=#000000&gt;&lt;SPAN style="mso-tab-count: 1"&gt;    &lt;/SPAN&gt;var xml = createXmlStringForChart() ;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;FONT color=#000000&gt;&lt;SPAN style="mso-tab-count: 1"&gt;            &lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;FONT color=#000000&gt;&lt;SPAN style="mso-tab-count: 1"&gt;    &lt;/SPAN&gt;var myChart = new FusionCharts(“http://localhost:7001/mywebapp/charts/MSCombi2D.swf", "chartId", "750", “250”, "0", "1") ;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;FONT color=#000000&gt;&lt;SPAN style="mso-tab-count: 1"&gt;    &lt;/SPAN&gt;myChart.setDataXML(xml) ;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;FONT color=#000000&gt;&lt;SPAN style="mso-tab-count: 1"&gt;    &lt;/SPAN&gt;myChart.render("chartdiv") ;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;FONT color=#000000&gt;} &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;FONT color=#000000&gt;[/code]&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;o:p&gt;&lt;FONT color=#000000&gt; &lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;BR&gt;&lt;FONT color=#000000&gt;drawChart() method called after loading of page.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;FONT color=#000000&gt;Its draw chart properly but give java script error in render method.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;BR&gt;&lt;FONT color=#000000&gt;Can you help me in removing that java script error?&lt;/FONT&gt;&lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;</description><pubDate>Thu, 01 Nov 2007 05:47:21 GMT</pubDate><dc:creator>kalyanranawat</dc:creator></item><item><title>capturing MouseEvent() on fusion charts</title><link>http://www.fusioncharts.com/forum/Topic2270-47-1.aspx</link><description>Hi,&lt;/P&gt;&lt;P&gt;I used the following code and I want to capture the mouse down() or click() event on fusion chart.&lt;/P&gt;&lt;P&gt;When I using this&lt;/P&gt;&lt;P&gt;&amp;#100;ocument.&amp;#111;nmousemove=getMousepoints;//  ----------this is  working&lt;BR&gt;&amp;#100;ocument.&amp;#111;nmousedown=getMousepoints;// ----------- this is working &lt;/P&gt;&lt;P&gt;then I am able to capture mouseDown() event on whole screen except on fusionCharts.&lt;/P&gt;&lt;P&gt;If I am using this:&lt;/P&gt;&lt;P&gt;&amp;#100;ocument.Column3D.attachEvent("onmousedown",getMousepoints);&lt;/P&gt;&lt;P&gt;then it is not able to dectect the mousedown()event but the below line is working.&lt;BR&gt;&amp;#100;ocument.Column3D.attachEvent("onmousemove",getMousepoints);//------------- this is working&lt;/P&gt;&lt;P&gt;Please help me. It is very important to me to capture the x,y axis values on click of fusionCharts.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;lt;html&amp;gt;&lt;BR&gt;   &amp;lt;head&amp;gt;&lt;BR&gt;      &amp;lt;title&amp;gt;Data Chart&amp;lt;/title&amp;gt;&lt;BR&gt;   &amp;lt;/head&amp;gt;&lt;BR&gt;   &amp;lt;body bgcolor="#ffffff" &amp;gt;&lt;BR&gt;      &amp;lt;object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="&lt;A href="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"&gt;http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0&lt;/A&gt;" width="900" height="300" id="Column3D" &amp;#111;nclick="sendPoints(&amp;#100;ocument.f1.xvalue.value) " &amp;gt;&lt;BR&gt;         &amp;lt;param name="movie" value="../FusionCharts/Column3D.swf" /&amp;gt;&lt;BR&gt;         &amp;lt;param name="FlashVars" value="&amp;amp;dataURL=myData.xml"&amp;gt;&lt;BR&gt;         &amp;lt;param name="quality" value="high" /&amp;gt;&lt;BR&gt;     &lt;BR&gt;   &amp;lt;embed src="../FusionCharts/Column3D.swf" flashVars="&amp;amp;dataURL=myData.xml" quality="high" width="900" height="300" name="Column3D" type="application/x-shockwave-flash" pluginspage="&lt;A href="http://www.macromedia.com/go/getflashplayer"&gt;http://www.macromedia.com/go/getflashplayer&lt;/A&gt;" /&amp;gt; &lt;BR&gt;      &amp;lt;/object&amp;gt;&lt;BR&gt;      &lt;BR&gt;  &lt;BR&gt;   &amp;lt;script type="text/javascript"&amp;gt;&lt;BR&gt;    var IE=&amp;#100;ocument.all?true:false &lt;BR&gt;&amp;#100;ocument.&amp;#111;nmousemove=getMousepoints;//  ----------this is  working&lt;BR&gt;&amp;#100;ocument.&amp;#111;nmousedown=getMousepoints;// ----------- this is working &lt;/P&gt;&lt;P&gt;//&amp;#100;ocument.Column3D.attachEvent("onactivate",check);//----------- this is working&lt;BR&gt;//&amp;#100;ocument.Column3D.attachEvent("onmousemove",getMousepoints);//------------- this is working&lt;BR&gt;&lt;/P&gt;&lt;P&gt;//&amp;#100;ocument.Column3D.&amp;#111;nmousedown=check;&lt;BR&gt;var mousex=0; &lt;BR&gt;var mousey=0; &lt;BR&gt;function getMousepoints() &lt;BR&gt;       { &lt;BR&gt;      &lt;/P&gt;&lt;P&gt;  mousex=event.clientX+&amp;#100;ocument.body.scrollLeft //to get client window X axis &lt;BR&gt;        mousey=event.clientY+&amp;#100;ocument.body.scrollTop//to get client window Y axis &lt;/P&gt;&lt;P&gt;        &amp;#100;ocument.f1.xvalue.value=mousex;//put values &lt;BR&gt;        &amp;#100;ocument.f1.yvalue.value=mousey;//put values &lt;BR&gt;        return true;         &lt;BR&gt;       } &lt;/P&gt;&lt;P&gt; function sendPoints( xvalue)&lt;BR&gt; {&lt;BR&gt;   alert("inside function :" + xvalue);&lt;BR&gt;  &amp;#100;ocument.f1.down.value=&amp;#100;ocument.f1.xvalue.value;&lt;BR&gt; }&lt;/P&gt;&lt;P&gt; function check()&lt;BR&gt; {&lt;BR&gt; alert("Check :" + &amp;#100;ocument.f1.xvalue.value);&lt;BR&gt;   sendPoints(&amp;#100;ocument.f1.xvalue.value);&lt;BR&gt; }&lt;BR&gt; &amp;lt;/script&amp;gt;&lt;/P&gt;&lt;P&gt;   &amp;lt;div align="left"&amp;gt; &lt;BR&gt;&amp;lt;form name="f1"&amp;gt; &lt;/P&gt;&lt;P&gt; &amp;lt;p&amp;gt; X-value &lt;BR&gt;   &amp;lt;input name="xvalue" type="text" size="5" &amp;#111;nclick="sendPoints(&amp;#100;ocument.f1.xvalue.value)"&amp;gt; &lt;BR&gt; &amp;lt;/p&amp;gt; &lt;BR&gt; &amp;lt;p&amp;gt;Y-value &lt;BR&gt;   &amp;lt;input name="yvalue" type="text" size="5"&amp;gt; &lt;BR&gt; &amp;lt;/p&amp;gt; &lt;BR&gt;  &amp;lt;p&amp;gt;Mouse Down &lt;BR&gt;   &amp;lt;input name="down" type="text" size="5"&amp;gt; &lt;BR&gt; &amp;lt;/p&amp;gt;&lt;BR&gt; &amp;lt;p&amp;gt; &lt;BR&gt;  &amp;lt;embed src=" "  &amp;#111;nclick="sendPoints(&amp;#100;ocument.f1.xvalue.value) " &amp;gt; Hi---------------- &amp;lt;/embed&amp;gt;&lt;BR&gt; &amp;lt;/p&amp;gt; &lt;BR&gt;&amp;lt;/form&amp;gt; &lt;BR&gt;&amp;lt;/div&amp;gt; &lt;BR&gt;&amp;lt;H1 &amp;#111;nclick="sendPoints(&amp;#100;ocument.f1.xvalue.value)"&amp;gt; Hello &amp;lt;/h1&amp;gt;&lt;BR&gt;&amp;lt;/body&amp;gt;&lt;BR&gt;&amp;lt;/html&amp;gt;</description><pubDate>Thu, 06 Sep 2007 23:41:15 GMT</pubDate><dc:creator>ashish_kushwaha</dc:creator></item><item><title>euro symbol doesn't work on german XP/OSX systems</title><link>http://www.fusioncharts.com/forum/Topic1799-47-1.aspx</link><description>Hi!&lt;br&gt;&lt;br&gt;I've tried all code combinations from your manuals and some online html-handons, but the euro symbol "€" doesn't show up, neither in FM 8.5 advanced directly nor in any browser via IWP. Any hints, somebody??&lt;br&gt;&lt;br&gt;BTW: When i try to post this from a XP system i get a "the admin request content in your post, not html ony, images (blabla)" error. Huh? Now i'm posting this via a mac.&lt;br&gt;&lt;br&gt;Ciao&lt;br&gt;Klaus</description><pubDate>Tue, 31 Jul 2007 16:44:21 GMT</pubDate><dc:creator>vaikl</dc:creator></item><item><title>How we do the "Navication Back Option" using Javascript.</title><link>http://www.fusioncharts.com/forum/Topic1191-47-1.aspx</link><description>"Navication Back Option" is not working while using Javascript.&lt;/P&gt;&lt;P&gt;Any one knows how we do the "Navication Back Option" using Javascript in DashBoard view, in Fusioncharts..</description><pubDate>Tue, 05 Jun 2007 01:23:00 GMT</pubDate><dc:creator>prabu</dc:creator></item></channel></rss>