テーブルのセル内容を変更する


動作ブラウザ 【 IE:4.0  NN:-
Internet Explorer Netscape Navigator DreamPassport iCab
3.0x 4.0x 4.5 5.0x 5.5 2.0x 3.0x 4.0x 4.x 6.0 2 3 2.x
Windows × - × × × × × - × -
Macintosh × - × × × × × - - ×
UNIX - - - - - × × × × × - - -
Dreamcast - - - - - - - - - - × × -

ポイント myTBL.rows[i].cells[0].innerText = Math.random();
説  明 テーブルのセル内容を変更するには「テーブル名.rows[参照番号].cells[参照番号]」または「テーブル名.cols[参照番号].cells[参照番号]」にinnerText、innerHTMLでテキスト、HTMLデータを代入します。
サンプル <html> <head> <title>テーブルのセル内容を変更する</title> <script language="JavaScript"><!-- function setCell() { for (i=0; i<3; i++) { myTBL.rows[i].cells[0].innerText = Math.random(); } } // --></script> </head> <body> <a href="javaScript:setCell()">セル内容を変更する</a><br> <table id="myTBL" border="1"> <tr><td>1</td><td>Data 1</td></tr> <tr><td>2</td><td>Data 2</td></tr> <tr><td>3</td><td>Data 3</td></tr> </table> </body> </html>
補足説明 なし

■サンプルスクリプトを実行する >>実行
■各ブラウザでの動作結果を見る >>View!

写真素材 PIXTA