フレーム領域を設定する

 

HTMLタグ

<frameset cols="フレームの幅" rows="フレームの高さ">

<frame src="分割ページ">

</frameset>

使用例

 

ページ2分割

分割ページ1

sample1.html

分割ページ2

sample2.html


<html>
<head>
  <title>フレーム領域を設定する </title>
</head>
<frameset cols="50%,50%>
  <frame src="sample1.html">
  <frame src="sample2.html">
</frameset>
</html>

<html>
<head>
 <title>分割ページ1</title>
</head>
<body>
  分割ページ1
  sample1.html
</body>
</html>

<html>
<head>
 <title>分割ページ2</title>
</head>
<body>
  分割ページ2
  sample2.html
</body>
</html>

 


ページ分割3 その1

分割ページ1

sample1.html

分割ページ2

sample2.html

分割ページ3

sample3.html


<html>
<head>
  <title>ページを3分割する その1</title>
</head>
<frameset rows="20%,80%">
  <frameset src="sample1.html">
   <frameset cols="50%,50%">
    <frame src="sample2.html">
    <frame src="sample3.html">
   </frameset>
</frameset>
</html>

ページ分割3 その2

分割ページ1

sample1.html

分割ページ3

sample3

分割ページ2

sample2.html


<html>
<head>
  <title>ページを3分割する その2</title>
</head>
<frameset cols="50%,50%">
  <frameset rows="250,*">
   <frame src="sample1.html">
   <frame src="sample2.html">
  </frameset>
  <frame src="sample3.html">
</frameset>
</html>

 


ページ分割4

分割ページ1

sample1.html

分割ページ2

sample2.html

分割ページ3

sample3.html

分割ページ4

sample4.html


<html>
<head>
  <title>ページを4分割する</title>
</head>
<frameset rows="20%,80%">
  <frame src="sample1.html">
   <frameset cols="50%,50%">
    <frame src="sample2.html">
   <frameset rows="50%,50%">
    <frame src="sample3.html">
    <frame src="sample4.html">
   </frameset>
  </frameset>
</frameset>
</html>

 

詳細説明

 

 

SEO [PR] 爆速!無料ブログ 無料ホームページ開設 無料ライブ放送