Sign in to follow this  
krisvamshi

Unable to open the link in a new/popup window

Recommended Posts

Hi,

 

 

 

I'm trying to open a link in a new/popup window when a data point is clicked on a line chart. The problem is whenever the link is clicked, the link is being opened in the same window.

 

 

 

Any help is appreciated to achieve this feature..

 

 

 

Thanks,

 

--Vamshi

Share this post


Link to post
Share on other sites
Guest Madhumita

Hi Vamshi,

Welcome to FusionCharts Forum.:)

If you want to open a link in a pop-up window please use the following syntax:

<set .. value='235' link="P-detailsWin,width=400,height=300,toolbar=no,scrollbars=no, resizable=no-ShowDetails.asp%3FMonth%3DJan" />

Refer to the following link:

http://www.fusioncharts.com/docs/Contents/DrillDown/PopUps.html

If you are still facing the same problem after using this syntax, could you please send us the XML so that we can help you solve it.

Hope this helps.

Edited by Guest

Share this post


Link to post
Share on other sites

Hi Vamshi,

Did your problem solved. I am also facing same issue. Only one particular link is not opening in new window and all other links are opening as expected.

Please help me to solve this issue.

I am using following function:

window.open (_url,

"Company","menubar=1,resizable=1,width=750,height=850,left=500,top=30,scrollbars=yes");

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