###前提・実現したいこと
私は以下のブログ管理者です
http://kennygorou931.blog84.fc2.com/blog-entry-767.html
上記のページで、iframeを使用して複数のサイトの内容を表示したいのです。
###発生している問題・エラーメッセージ
google chrome(ver51)で表示したところ、最初のサイトは表示されるのですが、2つめ以降のサイトの内容が全く表示されません。
ブログ側でどのような対応策があるでしょうか
###該当のソースコード
HTMLです。
<maneo> <iframe src="https://www.maneo.jp/apl/fund/list?page=1" name="sample" width="600" height="400" scrolling="yes"> この部分はインラインフレームを使用しています。 </iframe> (※maneoより個別に許諾を得て表示しています。) <LCレンディング> <iframe src="https://www.lclending.jp/apl/fund/list?page=1" name="sample2" width="600" height="400" scrolling="yes"> この部分はインラインフレームを使用しています。 </iframe> <ガイアファンディング> <iframe src="https://www.gaiafunding.jp/apl/fund/list?listview=t" name="sample3" width="600" height="400" scrolling="yes"> この部分はインラインフレームを使用しています。 </iframe> <クラウドリース> <iframe src="https://www.crowdlease.jp/" name="sample4" width="600" height="400" scrolling="yes"> この部分はインラインフレームを使用しています。 </iframe> <スマートレンド> <iframe src="https://www.smartlend.jp/fund/list" name="sample5" width="600" height="400" scrolling="yes"> この部分はインラインフレームを使用しています。 </iframe> <アメリカンファンディング> <iframe src="https://www.americanfunding.jp/fund/list" name="sample3" width="600" height="400" scrolling="yes"> この部分はインラインフレームを使用しています。 </iframe>
###試したこと
なお、Internet Explorer では表示されました。
###補足情報(言語/FW/ツール等のバージョンなど)
より詳細な情報
回答2件
あなたの回答
tips
プレビュー