PDA

View Full Version : Come si inserisce il Target="_top" ???


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>

anonimizzato
16-11-2002, 11:39
Ti consiglio di postarlo nella sezione programmazione.....;)

race2
16-11-2002, 13:10
OK, ma ho gia risolto: con un "top." ...!!!


<table width="300" style="border-collapse:collapse;">
<tr>
<td td onClick="top.location.href='index.html' " style="cursor:hand" onmouseover="this.style.backgroundColor='#ff0000';" onmouseout="this.style.backgroundColor='#ffffff';">Home Page</td>
</tr>
</table>