htctbb Report post Posted April 2, 2012 I know that I must be doing something basic wrong. I'm trying to do a drill-down link from a chart into another frame. Here is what is working: ($result2) { while($ors1 = mysql_fetch_array($result2)) { $strXML .= "<set value='".$ors1['OKAY']."' link='" . urlencode("ChannelAlarmQuery.php?poll_interval=" . $ors1['poll_interval']) . "'/>"; } This opens the "drill-down" chart in the current frame. How do I convert this to make it open in another frame on the current page (the current page is "index.html")? The destination frame name is "ChannelAlarmFrame" Share this post Link to post Share on other sites
htctbb Report post Posted April 2, 2012 I know that I must be doing something basic wrong. I'm trying to do a drill-down link from a chart into another frame. Here is what is working: ($result2) { while($ors1 = mysql_fetch_array($result2)) { $strXML .= "<set value='".$ors1['OKAY']."' link='" . urlencode("ChannelAlarmQuery.php?poll_interval=" . $ors1['poll_interval']) . "'/>"; } This opens the "drill-down" chart in the current frame. How do I convert this to make it open in another frame on the current page (the current page is "index.html")? The destination frame name is "ChannelAlarmFrame" EDIT: Upon further testing, I'm thinking "link=F- " is NOT supported in the free version of fusioncharts. Can anyone confirm? Thanks Share this post Link to post Share on other sites
Guest Sashibhusan Report post Posted April 3, 2012 Hi, Thank you for the post. With regard to your query, FusionCharts Free does not support the link format "Frame", as FusionCharts Free is a Flash charting component which originally was FusionCharts V2.3. Hope this helps! Share this post Link to post Share on other sites