Gunnar Bittersmann: x-te <td> element einer Tabelle

Beitrag lesen

Peikert,

document.getElementById("test")
document.getElementByTagName("td")[1].firstChild.data

<table id = "test">
<tr>
<td>value1</td>
<td>value2</td>
</tr>
</table>

Welche HTML-Version verwendest du?

td ist in HTML 4.01 kein Kind von table, auch wenn tbody weggelassen wurde nicht.

Im Archiv findest du dazu einiges; beziehe "+author:MudGuard" in die Suche mit ein.

Gunnar

--
I never intended HTML source code (the stuff with the angle brackets) to be seen by users. […] To my surprise, people quickly became familiar with the tags and started writing their own HTML documents directly. (Tim Berners-Lee in Weaving the Web)