Sign in to follow this  
htctbb

Php-Mysql Link To Frame

Recommended Posts

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

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

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

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