Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ランダムな実験で、iframeを介して別のサーバーで実行しているRubyアプリを表示したいと思いました。
<html> <body> <iframe src="http://192.155.83.120:5000/r/2" width="800px" height="800px"></iframe> </body> </html>
運が悪い、空白になります。
rubyアプリのコードに、iframeに正しく表示されない原因がありますか?
Iframeはファイル名の正確なパスのみをサポートします...のように
<iframe src="http://192.155.83.120:5000/r/2/index.html" width="800px" height="800px"></iframe>