Sorry, I should have been clearer. When I said tables I meant HTML tables 1 & 2.
So html table 1 selects from database table "phone":
col1="logID" (has onclick event), col2="spoketo", col3="date"
HTML table 2 is a seperat table waiting to display col4 = "conversation".
So I can click on logoID and the javascript 'alert' box appears, and displays the correctly selected row/record from within html table 1. Now I want this same onclick event to display col4 within html table 2.
I hope this is clearer. Can anyone help?
Regards