サイト内検索

...HTML・XHTMLタグ...

フレームのサンプル・4

5面のフレーム のトップページ

<html>
<head>

<title>サンプル</title>

</head>

<frameset rows="15%,*,15%" border="0">
(↑上下の窓の大きさ)
<frame src="pink.html" name="ue" scrolling="auto" frameborder="0">
(↑上の窓のファイル名)
<frameset cols="160,*,100" border="0">
(↑左右の窓のサイズ)
<frame src="blue.html" name="hidari" scrolling="auto" frameborder="0">
(↑左の窓のファイル名)
<frame src="purple.html" name="main" scrolling="auto" frameborder="0">
(↑mainになるページのファイル名)
<frame src="yellow.html" name="migi" scrolling="auto" frameborder="0">
(↑右の窓のファイル名)
</frameset>
<frame src="green.html" name="sita" scrolling="auto" frameborder="0">
(↑下の窓のファイル名)
<noframes>

<body>

このぺージはフレーム対応のブラウザでご覧ください。

</body>

</noframes>
</frameset>
</html>

[ブラウザ上]

サンプルページ→ 5面のフレーム

Copyright c 2007.10.01 luc All rights reserved.