views:

33

answers:

0

Hi, I have made my parameter as a hyperlink. Now i want to click the hyperlink and then list of all information of that value in hyperlink. How do i do that?


From Account No | To Acc No | Amount | Date

So, from account no is value exist from db, and a hyperlink. so i wanna click from accno e.g (123456), and then it will list all transaction from accno 123456. How do i do that? Im using netbeans 6.8, java, mySQL db, tomcat 6.0 please give sample code as well, thx.