this is the piece of code in which i want to put the link thing:
echo "<td bgcolor=\"$bgcolor\" onclick=\"location.href='index.php?pagina=produto
&tipo=".mysql_result($rs, $n, "tipo")."
&modelo=".mysql_result($rs, $n, "modelo")."&cod=".mysql_result($rs, $n, "cod")."
&preco=".mysql_result($rs, $n, "preco")."'\" style=\"cursor:hand;\"></td>
<td bgcolor=\"$bgcolor\">".mysql_result($rs, $n, "tipo")."</td>
<td bgcolor=\"$bgcolor\"><a href=\"index.php?pagina=marca
&marca=".mysql_result($rs, $n, "marca")."\">".mysql_result($rs, $n, "marca")."</td>
<td bgcolor=\"$bgcolor\">".mysql_result($rs, $n, "modelo")."</td>
<td bgcolor=\"$bgcolor\" align=\"center\">".mysql_result($rs, $n, "preco")." €</td>
<td bgcolor=\"$bgcolor\">".mysql_result($rs, $n, "disp")."<br></td>";
i'm using internet explorer 6.0 and when i have the cursor over the row the link doesn't show in the status bar and if i click nothing happens.