質問編集履歴
2
ファイル名の変更
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>
|
48
|
+
<title>Test2</title>
|
49
49
|
<script type="text/javascript" src="Test02.js"></script>
|
50
50
|
</head>
|
51
51
|
<body>
|
1
ファイル名の修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -14,7 +14,7 @@
|
|
14
14
|
|
15
15
|
```JavaScript
|
16
16
|
//エラー箇所
|
17
|
-
var obj_window = window.open("
|
17
|
+
var obj_window = window.open("Test2.html", "テスト2","width=200,height=300");
|
18
18
|
```
|
19
19
|
|
20
20
|
```
|