|
|
|
Junior Member
      
Group: Forum Members
Last Login: 8/30/2007 11:48:12 AM
Posts: 10,
Visits: 16
|
|
| Currently I have 8 charts on one PHP page. Each one of the charts is located in an IFRAME. When I click the chart I would like the click event to cancel the other IFRAMEs and display in the current window. I have it set up now to open in a new tab/window but it is not very user friendly. Thanks.
|
|
|
|
|
FusionCharts Team
      
Group: Administrators
Last Login: 7/29/2008 12:15:49 PM
Posts: 2,001,
Visits: 474
|
|
I'm not sure if I've understood what you want to do. Can you please elaborate?
Thanks, Pallav Nadhani FusionCharts Team
|
|
|
|
|
Junior Member
      
Group: Forum Members
Last Login: 8/30/2007 11:48:12 AM
Posts: 10,
Visits: 16
|
|
| I have since figured this out, thanks. I used the clickUrl='f- theurl.php'. Worked great
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 2/12/2008 8:34:07 AM
Posts: 7,
Visits: 15
|
|
| I'm trying to do the same thing... I have the charts on a html page that is loaded into SharePoint with an iFrame, but I would like to be able to set the clickURL so that it redirects the "whole browser" to the new url, not just open it inside the iFrame. Your suggestion caused the link to open in a new window on my computer. Are there other options that -f you can use for this? How about being able to add something like target="_parent" to the url?
|
|
|
|
|
FusionCharts Team
      
Group: Administrators
Last Login: 7/29/2008 12:15:49 PM
Posts: 2,001,
Visits: 474
|
|
One way would be to use Javascript handlers as links, and then manipulate everything in that JS handler.
Thanks, Pallav Nadhani FusionCharts Team
|
|
|
|