ho un problemino con i frame
ho un esercizio in cui ho una tabella, e dentro le righe devo mettere un collegamento a un frame esterno alla tabella
<table width="35%" border="2">
<tr height="50">
<td " align="bottom">
ciao </td> </tr>
<tr height="50">
<td align="bottom">
affare </td>
</tr>
</table>
<p align="right"> <iframe src="C:\Users\franzone\Desktop\roba\niente.html" name="affare"></iframe>
come faccio a fare in modo che se clicco un singolo collegamento nelle celle io apra solo quello collegato nel frame? perchè come l'ho scritto nel codice ovviamente mi apre solo il target "affare"