<
Here is the relevent code for the page that contains the iframe:
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
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.