J
jklimek
I have something like this:
<table name="test" id="test">
<tr>
<td><input type="button" onClick="showMeParentTableName();"></td>
</tr>
</table>
How can I have my input button show me the table of it's parent table?
(eg. "test" in this case)
<table name="test" id="test">
<tr>
<td><input type="button" onClick="showMeParentTableName();"></td>
</tr>
</table>
How can I have my input button show me the table of it's parent table?
(eg. "test" in this case)