2010년 7월 24일 토요일

FRAMESET 만들기



<html>
<head>
</head>
<frameset rows="200, *" frameborder="0">
<frame src="head_top.php" name="top" scrolling="no" noresize/>
<frame src="head_body.php" name="body" noresize/>
</frameset>
</html>



주의할 점은 일반 HTML문서와 같이 <body>를 넣으면 frame이 표시되지 않는다.

댓글 없음:

댓글 쓰기