clickable table row -
11-02-2004
, 08:07 PM
Is there a way to make a table row <tr> a clickable link?
<tr onMouseOver="pviiW3Cbg(this, '#B9DCFF')" onMouseOut="pviiW3Cbg(this,
'#FFFFFF')">
<td>Project 1</td>
<td>Active</td>
<td>Kelly</td>
<td>John Doe</td>
</tr>
I would like to make the entire row be selectable, so that when you click
the row I can dynamically pull information from a database into a form that
is related to that table row. All I want is the row to be clickable. Is
there a way to do this?
Thanks,
-D- |