how to pass value of table cell as parameter/attribute
Hi Guys,
Code :
<td> <a href="onclick("submitting form")"> <%=a.getvalue()%> </a> </td>
I want the value of the cell (returned by a.getvalue()) to be used by servlet.
Could you please tell how to do that.
Note: Value is displayed as a link in <a href ...> and on clicking the value form get submitted.
Thanks
Re: how to pass value of table cell as parameter/attribute
I honestly don't know what you are asking. Do you want that value to be submitted with the form?