thoth Report post Posted May 31, 2008 Hello. I have a chart in which one of the bars has a link set to an iframe. Here is the relevent code in my XML file that the chart is using for its data: < set label='2-01' value='10' link='F-test-treatmentsBig.html' />Here is the relevent code for the page that contains the iframe: </td> <td valign="top"> <iframe src="treatments.html" width="500px" height="500px" name="test" id="test" class="Frame"></iframe> </td>I have the iframe's id and name set to "test" and also have it set to test in the XML, yet the page opens in another tab in my web browser. I dont understand why this is occurring. Im using the latest version of FireFox. These are basic html pages running on a local machine...(not on the internet or web server). I can hard code a link such as <a href="treatmentsBig.html" target="test">link</a> and it works, but the link from the chart does not. What gives? If anyone can help i'd sure appreciate it. Thanks Scott Share this post Link to post Share on other sites
FusionCharts Support Report post Posted June 3, 2008 Hi, It might be that the link attribute does not contain the proper target name. Please check the attached files where i have put first 2 column linked to the iframe contained in the page. The third column links to a target which does not exists and hence open in a new window. DrillDown.zip Share this post Link to post Share on other sites