while (rs.next()) { String abc=rs.getString("YourVariableInContactDatabase");out.print("<a href=\"viewdata.jsp?value1="+abc+"\">"+abc+"</a>");}