Sign in to follow this  
thoth

Fusion Chart iframe link not working...Please help

Recommended Posts

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

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