質問編集履歴

1

誤字

2019/07/10 05:15

投稿

moody_pavilion
moody_pavilion

スコア14

test CHANGED
File without changes
test CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  また、if文の中にあるdocument.getElementById("table"+idName)は
10
10
 
11
- document.getElementById("table"+"i")でも動作はしましたが、「.style.backgroundColor = ~」の部分でエラー(Uncaught TypeError: Cannot read property 'style' of null at myfunc1 (mario_bros.js:9) at HTMLTableRowElement.onmouseover (member.html:15)
11
+ document.getElementById("table"+i)でも動作はしましたが、「.style.backgroundColor = ~」の部分でエラー(Uncaught TypeError: Cannot read property 'style' of null at myfunc1 (mario_bros.js:9) at HTMLTableRowElement.onmouseover (member.html:15)
12
12
 
13
13
  )が出たので
14
14