Mahoutsoukai Report post Posted January 11, 2008 (edited) The example provided in the delivery of the JavaScript alert box, does not work when used as provided... Nor does an application developed along the same lines. I just call up the in IE7 directly, and the setDataURL does not work... states that 'Object does not support this property or method' Can you help please? Edited January 11, 2008 by Guest Share this post Link to post Share on other sites
FusionCharts Support Report post Posted January 11, 2008 hi, Can you plase try running from a server? Secondly you need to track first whther the chart has been fully loaded or not before using setDataXML/setDataURL. You can track this using FC_Rendered(domId) function which is called whenever the chart is fully rendered (you need to set registerWithJS option to 1) Share this post Link to post Share on other sites
Mahoutsoukai Report post Posted January 14, 2008 (edited) Running it from a server makes it work!! What is the reason that it does not when called from IE7 directly from the downloaded environment? Sorry, found it in another post!!!! Case closed! Thanks, Eric Edited January 15, 2008 by Guest Share this post Link to post Share on other sites