Hello,
I have a table looking something like this:
I have a table looking something like this:
Code:
<tr>
<td> A </td>
<td> <a href="page.jsp"></a>
</tr>
<tr>
<td> B </td>
<td> <a href="page.jsp"></a>
</tr>
[code]
I would like to transfer to the jsp as a parameter the content of the <td> tag (A and B in this case).
How can I do it?