Sign in to follow this  
satishssrc

Open Chart In New Window Using Javascript Fucntions

Recommended Posts

Hello All,

This is what I have for my drill down charts. I have the function written and it works fine.

$strlink =urlencode("javaScript:updateProductChart1(".$ors['year2007'].",".$daterange1.",".$date.",".$RegionNumber.",'".$realCategory."','".$CategoryName."','".$test."', '".$CategoryRealName."', '".$badge."', '".$list."', '".$viewRegionSummary."', '".$username."', '".$group."');");

 

$FC1->addChartData($array1[$M],"link=$strlink");

 

But the problem is that now I want to display the charts as a pop up or in a new window and I want to know how I can do it while using javascript functions as link. I tried n- and p- but that wont work.

 

Please tell the way around this issue.

 

Thanks,

Satish

Share this post


Link to post
Share on other sites

Hi Angie,

Thank you for the reply. But, I am doing the same thing and it works to drill down on the same page. I want open the drill down chart on a new window. And that is when it wont work.

Any ideas?

 

Thanks,

Satish

Edited by satishssrc

Share this post


Link to post
Share on other sites
Guest Angie

Hi,

 

Could you please send us the entire code to look into the issue?

 

Awaiting for your reply.

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