i use client side javascript to get input lines from the data file. I need to populate the screen with this data(assuming using <table> tag). Then when a user clicks on a particular row(in <tr> or <td>, it will display a new window with the info from the row clicked(I know how to do this too).
My question is: What is the best way to implement the population of data onto the screen that allows me to attach the rowclick event to the data presented on the screen?
thx
My question is: What is the best way to implement the population of data onto the screen that allows me to attach the rowclick event to the data presented on the screen?
thx