제목 : 예제. 031. 인라인프레임사용_예제.htm
<html>
<head><title>다중검색</title></head>
<frameset rows="50%,*" cols="50%,*">
<frame src="http://www.yahoo.co.kr">
<frame src="http://www.naver.com">
<frame src="http://www.empas.com">
<frame src="http://www.daum.net">
</frameset>
</html>