BubikolRamios
11-11-2012, 12:29 PM
<table>
<td>
</td>
<td onclick = "somefunction (this);">
</td>
<td>
</td>
</table>
Is it possible that somefunction would return 1 (via parentNode.getelementsbytagname), as this is second td within table ?
No id's, no nothing on elements inside table.
<td>
</td>
<td onclick = "somefunction (this);">
</td>
<td>
</td>
</table>
Is it possible that somefunction would return 1 (via parentNode.getelementsbytagname), as this is second td within table ?
No id's, no nothing on elements inside table.