public_html/ …………………… 任意のディレクトリ
│
├ exsample.html ………… インラインフレームで表示するページ(ここではこのファイル)
│
└ ifnote/ …………………… アプリケーションディレクトリ
├ index.cgi …………… 表示用実行ファイル
└ その他ファイル ……… (説明省略)
| <iframe src="./ifnote/index.cgi" width="400" height="200"></iframe> |