targeting 1 iframe with multiple links
Hello,
I have a table with several different links and I want to send each of those links to 1 iframe. I can only figure out how to assign one link to it using name"" but I'd like to assign them all. Does anyone know how to do this?
here is part of the code is you need to see it:
<td width="407"><a href="http://www.url.com" target="action">Action</a></td>
<td width="392" rowspan="8"><iframe name="action" title="Cuneiform" frameborder="0" width="392"></iframe></td>
</tr>
Multiple links opening in one iframe
So I have one webpage that has multiple links to local documents.
I am using iframe to load the document in an iframe below the list of links
The first link opens fine in the iframe below
When I click on any other link it now opens a new window instead of clearing the iframe below and loading the new document.
What am I doing wrong?
-Joe