Sign in to follow this  
Rahul Kumar

Drill down problem in IE

Recommended Posts

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 by Guest

Share this post


Link to post
Share on other sites

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this