posted 20 years ago
hi ..can anyone please help me with this..
the names that are being retrieved in the search page..using anchor tag for them so that they link to the my_page.jsp file.
using <form method="post">
<table border="0" width="400">
<tr><td ><a href ="my_page.jsp?user_login=09090"><%=fname+" "+lname %></a></td>
<td> <%=Desg%></td>
</tr>
</table>
</form>
wanted to know how do we select the records of the concerned user.
in the next page.
Thanks