backpacker299

clickURL Issue

Recommended Posts

I am not able to call a javascript function from the clickURL parameter in my chart tag at the top of the XML data. The plan is to click on a small chart on a page, which will open a larger chart in an overlay div. I have been able to accomplish this by adding "href" and "onClick" parameters directly to the chart through javascript when I create the chart, but this does not work in IE.

 

 

 

Any help will be much appreciated.

Share this post


Link to post
Share on other sites

For more information, I have tried the following things:

 

 

 

clickURL="javascript:bigChart('WEEKLY');"

 

clickURL="j-bigChart('WEEKLY');"

 

clickURL="j-bigChart('WEEKLY')"

 

clickURL='j-bigChart-WEEKLY'

 

 

 

When I put my cursor over the chart, it turns into the pointer/hand, so I know it is registered as a hot spot.

 

 

 

Thanks again.

Share this post


Link to post
Share on other sites
Guest Madhumita

Hey Nik,

 

 

 

You are welcome.

 

 

 

Glad that we could help you.

 

 

 

Srividya rocks.

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