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 2,634건 63 페이지
  • RSS
기술자료 목록
1394
JavaScript   14642  2013-06-28 16:03  
1393
JavaScript   35383  2013-06-24 05:27  
1392
HTML   20956  2013-06-24 05:11 ~ 2014-06-13 00:00  
1391
영카트   11449  2013-06-23 01:49  
1390
PHP   21355  2013-06-20 05:00  
1389
ClassicASP   21543  2013-06-19 21:48 ~ 2013-11-28 00:00  
1388
그누보드   15839  2013-06-19 15:56  
1387
JavaScript   14668  2013-06-19 01:10  
1386
PHP   17857  2013-06-19 00:29  
1385
PHP   23123  2013-05-30 21:27  
1384
Editor   20637  2013-05-30 21:15  
열람
PHP   18542  2013-05-28 14:27  
1382
JavaScript   14102  2013-05-28 14:03  
1381
ClassicASP   13655  2013-05-28 13:38  
1380
JavaScript   20884  2013-05-24 19:37  
1379
MSSQL   15951  2013-05-23 13:26  
1378
영카트   12183  2013-05-22 14:32  
1377
그누보드   13301  2013-05-22 05:39  
1376
PHP   17020  2013-05-16 13:13  
1375
WindowsServer   21341  2013-05-14 15:11  

검색

해피정닷컴 정보

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

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