質問編集履歴
1
<code>変更
test
CHANGED
File without changes
|
test
CHANGED
@@ -8,13 +8,17 @@
|
|
8
8
|
|
9
9
|
元画面
|
10
10
|
|
11
|
+
```
|
12
|
+
|
11
13
|
win = window.open("http://localhost:8080/images/download.jpg","window_name", "resizable=yes");
|
12
14
|
|
13
|
-
|
15
|
+
```
|
14
16
|
|
15
17
|
|
16
18
|
|
17
19
|
表示画面のhtml
|
20
|
+
|
21
|
+
```
|
18
22
|
|
19
23
|
<html>
|
20
24
|
|
@@ -30,6 +34,8 @@
|
|
30
34
|
|
31
35
|
</html>
|
32
36
|
|
37
|
+
```
|
38
|
+
|
33
39
|
|
34
40
|
|
35
41
|
|