質問編集履歴

2

ファイル名の変更

2020/05/12 23:23

投稿

rose2416
rose2416

スコア16

test CHANGED
File without changes
test CHANGED
@@ -92,7 +92,7 @@
92
92
 
93
93
  <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
94
94
 
95
- <title>Test02</title>
95
+ <title>Test2</title>
96
96
 
97
97
  <script type="text/javascript" src="Test02.js"></script>
98
98
 

1

ファイル名の修正

2020/05/12 23:23

投稿

rose2416
rose2416

スコア16

test CHANGED
File without changes
test CHANGED
@@ -30,7 +30,7 @@
30
30
 
31
31
  //エラー箇所
32
32
 
33
- var obj_window = window.open("Test02.html", "テスト2","width=200,height=300");
33
+ var obj_window = window.open("Test2.html", "テスト2","width=200,height=300");
34
34
 
35
35
  ```
36
36