I will have this button once for each table (about 25 distinct tables) on this page and I'm hoping to find a way to have the onclick event call the function constructDataValueString and pass in the id of the parent table (so that I don't have to explicitly reference the table id).
Is there a way to write:
onclick="constructDataValueString(*id_of_parent_table*)"
Graphical example of the HTML markup:
