일일 할인 쿠폰 이벤트
베스트 브랜드 20% 포인트 적립 이벤트
  HTML 소개
  텍스트
  링크
  이미지
  테이블
  인클루드
  프레임
  폼(FORM)
  이미지 자르기
  색상코드표
  
다중 프레임이란 프레임 안에 다시 프레임을 설정하는 것을 말합니다.

(1) 우선 가로로 2개의 프레임으로 나누어 줍니다.

<html> <head><title>다중 프레임</title></head> <frameset rows="*,*"> <frame src="ex_frame01.htm"> <frame src="ex_frame02.htm"> </frameset> </html>

일단 문서가 가로로 2개로 나뉘어졌습니다.

(2) 그런 다음 "frame02.htm"또는 문서 2.htm에 해당하는 부분을 아래와 같이 바꾸어 주면됩니다.


<html> <head> <title>다중 프레임1</title> </head> <frameset cols="*,*"> <frame src="ex_frame01.htm"> <frameset rows="*,*"> <frame src="ex_frame02.htm"> <frame src="ex_frame03.htm"> </frameset> </frameset> </html>


<html> <head> <title>다중 프레임2</title> </head> <frameset rows="*,*"> <frame src="ex_frame01.htm"> <frameset cols="*,*"> <frame src="ex_frame02.htm"> <frameset rows="*,*"> <frame src="ex_frame03.htm"> <frameset cols="*,*"> <frame src="ex_frame04.htm"> <frame src="ex_frame05.htm"> </frameset> </frameset> </frameset> </frameset> </html>


<html> <head> <title>다중 프레임3</title> </head> <frameset cols="*,*,*"> <frame src="ex_frame01.htm"> <frameset rows="*,*,*"> <frame src="ex_frame03.htm"> <frameset cols="*,*"> <frame src="ex_frame05.htm"> <frame src="ex_frame06.htm"> </frameset> <frame src="ex_frame04.htm"> </frameset> <frame src="ex_frame02.htm"> </frameset> </html>


사이트명 : 가가도메인 | 회사명 : (주)아사달 | 대표이사 : 서창녕, 심재춘 | 대표전화 : 070-7510-3007 | 팩스번호 : 02-2026-2008
사업자등록번호 : 206-81-24351 | 법인등록번호 : 110111-1940504 | 통신판매업신고 : 제18-890호 | 벤처확인번호 : 051134532200563
(우편번호 : 153-803) 서울특별시 금천구 가산동 371-28번지 우림라이온스밸리 A동 8층 (주)아사달
Copyright ⓒ gagadomain.com All rights Reserved.
페이지 맨 위로 이동하기