<tr>
[B][U]<td><a href="inbox.jsp" ><%=rs.getString(1)%></a></td>[/U][/B]
<td><%=rs.getString(2)%></td>
<td><%=rs.getString(3)%></td>
</tr>
See lines in Bold.....after i click it has to set session variable with value reterived from <%=rs.getString(1)% >based on which i am going to display particular contents in redirected page