Hi Guys,


<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...