I am tring to write a web page that accesses a database and displays a table containing name and address information.
I have the table pulling the name/address info and displaying it. How do I determine what name was clicked in order to pass that name to a new screen? I am using HTML/JavaScript/JavaScriptlet. Any information would be appreciated.