<html>
<!-- 入口 --->
<head>
<Title>HTML examples (Frame)</Title>
</head>
<frameset cols="35%,*">
<frame src="3.html" name="a3">
<frame src="4.html" name="a4">
</frameset>
<noframe>
<body>
もし、frame が見えないとこれを見ることになります。
<a href="4.html" > 前のページ</a>
<a href="1.html" > 次のページ</a>
</body>
</noframe>
</html>