質問編集履歴
2
```に変更
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
###該当のソースコード
|
|
13
13
|
HTMLです。
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
```
|
|
16
16
|
<maneo>
|
|
17
17
|
<iframe src="https://www.maneo.jp/apl/fund/list?page=1" name="sample" width="600" height="400" scrolling="yes">
|
|
18
18
|
この部分はインラインフレームを使用しています。
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
<iframe src="https://www.americanfunding.jp/fund/list" name="sample3" width="600" height="400" scrolling="yes">
|
|
44
44
|
この部分はインラインフレームを使用しています。
|
|
45
45
|
</iframe>
|
|
46
|
-
|
|
46
|
+
```
|
|
47
47
|
|
|
48
48
|
###試したこと
|
|
49
49
|
なお、Internet Explorer では表示されました。
|
1
コードの前後に・・・を追加
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
###該当のソースコード
|
|
13
13
|
HTMLです。
|
|
14
14
|
|
|
15
|
+
・・・
|
|
15
16
|
<maneo>
|
|
16
17
|
<iframe src="https://www.maneo.jp/apl/fund/list?page=1" name="sample" width="600" height="400" scrolling="yes">
|
|
17
18
|
この部分はインラインフレームを使用しています。
|
|
@@ -42,6 +43,7 @@
|
|
|
42
43
|
<iframe src="https://www.americanfunding.jp/fund/list" name="sample3" width="600" height="400" scrolling="yes">
|
|
43
44
|
この部分はインラインフレームを使用しています。
|
|
44
45
|
</iframe>
|
|
46
|
+
・・・
|
|
45
47
|
|
|
46
48
|
###試したこと
|
|
47
49
|
なお、Internet Explorer では表示されました。
|