質問編集履歴
2
ファイル名の変更
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>Test
|
95
|
+
<title>Test2</title>
|
96
96
|
|
97
97
|
<script type="text/javascript" src="Test02.js"></script>
|
98
98
|
|
1
ファイル名の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -30,7 +30,7 @@
|
|
30
30
|
|
31
31
|
//エラー箇所
|
32
32
|
|
33
|
-
var obj_window = window.open("Test
|
33
|
+
var obj_window = window.open("Test2.html", "テスト2","width=200,height=300");
|
34
34
|
|
35
35
|
```
|
36
36
|
|