oalavi Report post Posted October 15, 2008 I'm using the trial version... and I can't ge the Javascript link to work per the example in the documnetation... per the documentation, i have added 'link="JavaScript:myJS('NA, 515');" ' to the entity tag. when the map renderes the entity mouse pointer does change (like it should be a link) but when I click on it, nothing happens. when I call that JS function from another test link on the page, it works... Share this post Link to post Share on other sites
Arindam Report post Posted October 16, 2008 (edited) Hi, Could you please use this? If you are using dataURL then use link='JavaScript:myJS('NA, 515' );' If you are using dataXML then use link='JavaScript:myJS(%26apos;NA, 515%26apos; );' Edited October 16, 2008 by Guest Share this post Link to post Share on other sites
luzhuomi Report post Posted December 17, 2008 (edited) Hi, I am having the same problem. Replacing "'" with ' and %26apos; does not help here. I even try to use link='javascript:alert(32)' instead, it does not seem to work either. I am using Firefox 3. Edited December 17, 2008 by Guest Share this post Link to post Share on other sites
Arindam Report post Posted December 17, 2008 Hi, It occurs if you are running your HTML locally. By default Flash Player's security setting blocks invoking/calling JavaScript from SWF (Flash Movie), so you need to reset your setting into Global Security Setting panel. Please follow this post. http://www.fusioncharts.com/forum/FindPost8077.aspx Share this post Link to post Share on other sites