frame에서 target=_top 사용하기 > 기술자료 | 해피정닷컴

frame에서 target=_top 사용하기 > 기술자료

본문 바로가기

사이트 내 전체검색

frame에서 target=_top 사용하기 > 기술자료

PHP frame에서 target=_top 사용하기

페이지 정보


본문

frame 문서에서 target="_top"을 사용하고 싶을때

1. 원본 프레임문서
1-1. test1_1.php  -----  프레임 상단문서
<php
echo "<script>";
echo "window.open('test2.php','_top')";   // 프레임문서를 걷어내고 다른 페이지가 뜨게 하자
echo "</script>";
?>

1-2. test1_2.php  -----  프레임 하단문서
문서1-2

1-2. test1.php  -----  프레임문서
<html>
<head>
  <title>해피정닷컴 1</title>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<frameset rows="*, 100px" frameborder="no" border="0" framespacing="0">
  <frame name="main" noresize scrolling="auto" src="test1-1.php" marginwidth="0" marginheight="0" frameborder="no">
  <frame name="session" scrolling="no" noresize src="test1-2.php" marginwidth="0" marginheight="0" frameborder="no" />
</frameset><noframes></noframes>


2. 연결시킬 새로운 프레임문서
2-1. test2_1.php  -----  프레임2 상단문서
문서2-1

2-2. test2_2.php  ----- 프레임2 하단문서
문서2-2

2-3. test2.php  ----- 프레임2
<html>
<head>
  <title>해피정닷컴 2</title>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<frameset rows="*, 100px" frameborder="no" border="1" framespacing="0">
  <frame name="main" noresize scrolling="auto" src="test2-1.php" marginwidth="0" marginheight="0" frameborder="no">
  <frame name="session" scrolling="no" noresize src="test2-2.php" marginwidth="0" marginheight="0" frameborder="no" />
</frameset><noframes></noframes>

댓글목록

등록된 댓글이 없습니다.


Total 195건 5 페이지
  • RSS
기술자료 목록
115
PHP   22828  2013-08-22 13:35 ~ 2021-08-20 19:00  
114
PHP   21419  2013-06-20 05:00  
113
PHP   17921  2013-06-19 00:29  
112
PHP   23231  2013-05-30 21:27  
열람
PHP   18606  2013-05-28 14:27  
110
PHP   17080  2013-05-16 13:13  
109
PHP   17640  2013-05-11 21:40  
108
PHP   17398  2013-04-17 23:13 ~ 2021-05-18 16:40  
107
PHP   32454  2013-04-16 02:21 ~ 2020-02-11 20:22  
106
PHP   16986  2013-03-26 01:49  
105
PHP   18782  2013-02-20 12:09 ~ 2021-07-15 07:19  
104
PHP   19593  2012-10-28 23:34  
103
PHP   18642  2012-06-13 03:34  
102
PHP   45933  2012-04-05 00:46  
101
PHP   42819  2012-04-04 23:04  
100
PHP   16947  2012-04-04 22:15 ~ 2021-01-18 12:04  
99
PHP   31965  2012-03-31 17:48 ~ 2018-12-17 14:52  
98
PHP   18725  2012-03-31 11:03  
97
PHP   92539  2012-03-26 22:22  
96
PHP   52123  2012-03-24 22:40 ~ 2012-03-31 00:00  

검색

해피정닷컴 정보

회사소개 회사연혁 협력사 오시는길 서비스 이용약관 개인정보 처리방침

회사명: 해피정닷컴   대표: 정창용   전화: 070-7600-3500   팩스: 042-670-8272
주소: (34368) 대전시 대덕구 대화로 160 대전산업용재유통단지 1동 222호
개인정보보호책임자: 정창용   사업자번호: 119-05-36414
통신판매업신고: 제2024-대전대덕-0405호 [사업자등록확인]  
Copyright 2001~2025 해피정닷컴. All Rights Reserved.