You need to give a name and id to your IFRAME (same say one is enought I rather assign name to both) and in links you need to specify target where you want to display them. Something like this
<table width="200" height="200">
<tr>
<td>
<a href="page2.html" target="iFrm">Link to page 2</a>
<br/><br/>
<a href="page3.html" target="iFrm">Link to page 3</a>
</td>
<td>
<iframe src="page2.html" width="100" height="200" name="iFrm" id="iFrm"></iframe>
</td>
</tr>
</table>
Last edited by peter_budo; Mar 17th, 2008 at 10:31 pm. Reason: typo
Moderator
Featured Poster
Reputation Points: 2786
Solved Threads: 873
Code tags enforcer
Offline 6,656 posts
since Dec 2004