method call on link click
Hi All,
Using Jsp. Have written a Jdbc method.
I have following href link in my Jsp page
<tr>
<td height="13" >
<a href="http://geminisearch.fjcs.net/"
style="color:rgb(0,0,0);">
<b> <span class="navheadcategory"> <font size="1" face="Arial, Helvetica, sans-serif">Gemini Reports </font></span></b>
</a>
</td>
</tr>
I already have a Jdbc code that runs a select and update.
My requirement is:
1>User clicks the Gemini Reports link. At that point, I want to execute MySql code that has a select and insert statements. How can this be achived ? What way can I ensure that the link click calls Jdbc method (that performs select and insert) ?
thanks,
pp

