Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<HEAD>
<SCRIPT src=tableDom.js>
</SCRIPT>
<SCRIPT>
function doIt() {
deleteCellAt(0, 1);
}
</SCRIPT>
</HEAD>
<BODY onload="doIt()">
<table bgcolor=orange border>
<tr>
<td>c11</td><td>c12 c12 c12 c12 c12</td><td>c13</td>
</tr>
<tr>
<td>c21</td><td>c22</td><td>c23</td>
</tr>
</table>
</BODY></HTML>