trying to make an entire row of table a link, the <tr> tag look looks like this:
<tr onmouseover="ChangeColor(this, true);"
onmouseout="ChangeColor(this, false);"
onclick="DoNav(tid<? $row['ret_id']; ?>);">
and this is the row code:
<td id="tid<? $row['ret_id']; ?>"><? echo $row['ret_id']; ?></td>
this is not working as you can guess lol.
how does one get that php variable into the java, the rest is working ok, it just cant find the "tid(var)".
Thanks in advance,
Jeff

