teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

2

ファイル名の変更

2020/05/12 23:23

投稿

rose2416
rose2416

スコア16

title CHANGED
File without changes
body CHANGED
@@ -45,7 +45,7 @@
45
45
  <html>
46
46
  <head>
47
47
  <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
48
- <title>Test02</title>
48
+ <title>Test2</title>
49
49
  <script type="text/javascript" src="Test02.js"></script>
50
50
  </head>
51
51
  <body>

1

ファイル名の修正

2020/05/12 23:23

投稿

rose2416
rose2416

スコア16

title CHANGED
File without changes
body CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
  ```JavaScript
16
16
  //エラー箇所
17
- var obj_window = window.open("Test02.html", "テスト2","width=200,height=300");
17
+ var obj_window = window.open("Test2.html", "テスト2","width=200,height=300");
18
18
  ```
19
19
 
20
20
  ```