Hallo Khan,
I will first all of thank you for your wondefull writings on this website. Every time i read you tutorials i feel happy. i have a problem. I am using Blazix container.
i have a gustbook to be displayed by JSP. This is just a simple 3 fields table. i want to project on the website only one field "name". Other fields are not projected. If there is a click on any "name" on the website the comments written by that "name" should be shown.
this is how i present using JSP:
<table></table>
<tr><td>Name</td></tr>
<tr><td><a href=""><%=rs.getString("Name")%><a></td></tr></table>
<a href=""> inside this tag is what i do not know what to do such that any click on name will query the database and select just the comment for that name clicked on. I have good command in sql