dee Report post Posted May 18, 2009 (edited) Hi I have created some MSColumn3D drill down charts. Using the JavaScript drill down method as detailed in the online documentation. The JavaScript works fine for Firefox but fails to fire in both IE6 and IE7. Has anybody got any ideas? Sample JavaScript function to be fired: function showDecision2(myVar) { window.alert('IN DECISION = '+myVar); } Sample of the xml embedded within my graph: Really struggling with this and deadline is looming, any help would be greatly appreciated. Thanks Dee graph xml.xml Edited May 18, 2009 by Guest Share this post Link to post Share on other sites
Rahul Kumar Report post Posted May 19, 2009 Hi, Could you please run the attached code and see if drill down is working or not? DrillDownTest.zip Share this post Link to post Share on other sites
dee Report post Posted May 19, 2009 Hi Rahul thanks for your reply, after examining the attachment I looked back into my own javascript and discovered an error in my own show decision javascript function. The fusion charts where set up correctly. Thanks again for the help. Dee Share this post Link to post Share on other sites