hi,
when you make the link add a query like
http://www...../PropertyServlet?Name=John
and in PropertyServlet use somethig like
String theName=request.getParameter("Name");

gabi
----- Original Message -----
From: "Hamid Farooqui" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, December 21, 2000 5:08 PM
Subject: JDBC - LINKS


> Hi All
>
> Here is a table
>
> Name        Age        Address
> ---------    ------        ------------
>
>
> I use JDBC and get all the ppl listed on the html page
> Now the NAME column has hyperlink to PropertyServlet.class
> The PropertyServlet would give me details of the property belonging to the
> person who was clicked above
>
> Q: How do I pass the clicked Name value to PropertServlet, so that I can
use
> it in my select statement to specify the where clause?
>
> TIA
>
> Hamid
>
>
___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to