race2
15-11-2002, 16:19
Come posso fare per inserire il Target="_top" a questo codice ???
<table width="300" style="border-collapse:collapse;">
<tr>
<td td onClick="location.href='index.html' " style="cursor:hand" onmouseover="this.style.backgroundColor='#ff0000';" onmouseout="this.style.backgroundColor='#ffffff';">Home Page</td>
</tr>
</table>
<table width="300" style="border-collapse:collapse;">
<tr>
<td td onClick="location.href='index.html' " style="cursor:hand" onmouseover="this.style.backgroundColor='#ff0000';" onmouseout="this.style.backgroundColor='#ffffff';">Home Page</td>
</tr>
</table>