리자

타겟(target) 쓰는 법

· 2007-01-16 (화) 09:02:48 · 4945 · 2
프레임을 쓰실때 생각할 것 세가지
1. frame_name.location = 'url.php';
또는 frame_name.location.href = 'url.php';
또는 frame_name.location.replace('url.php')
2. parent.frame_name.location = 'url.php';
3. opener.parent.frame_name.location = 'url.php';

새창을 열게해준 창의 주소를 바꾸고 새창을 끈다.
<script>
opener.location.href = 'url.php';
self.close();
</script>

새창을 열게해준 창의 주소를 새로고침하고 새창을 끈다
<script>
opener.location.reload();
self.close();
</script>

다른 프래임의 주소를 바꾸게 하려면
<script>
frame_name.location.href = 'url.php';
</script>

프래임 구조상 상위 프래임의 주소를 바꾸게 하려면
<script>
parent.location.href = 'url.php';
</script>

타겟이 지정된 프레임을 바꾼다.(타겟하나)
<script>
parent.target(타겟).location.href = 'url.php';
</script>

타겟이 지정된 프레임을 바꾼다.(타겟둘)
<script>
parent.target1(타겟1).location.href = 'url1.php';
parent.target2(타겟2).location.href = 'url2.php';
</script>

타겟이 지정된 프레임을 바꾼다.(타겟셋)
<script>
parent.target1(타겟1).location.href = 'url1.php';
parent.target2(타겟2).location.href = 'url2.php';
parent.target3(타겟3).location.href = 'url3.php';
</script>

타겟이 지정된 프레임두개를 클릭으로 바꾸려면
<script>
function target_frame(url1, url2)
{
parent.top_frame.location.href = url1;
parent.main_frame.location.href = url2;
}
</script>
<a href="javascript:target_frame('main_menu.html', '$go_url');"> 확인 </a>

로그인페이지 에선
<script>
parent.top_frame.location.href = '../main.html'; //main.html는 로그인페이지 보다 상위디렉토리에 있다.
parent.main_frame.location.href = '$go_url';
</script>

로그인페이지를 새창으로 띄웠다면
<script>
opener.parent.top_frame.location.href = '../main.html';
opener.parent.main_frame.location.href = '$go_url';
self.close();
</script>


[펌] http://www.phpschool.com/gnuboard4/bbs/board.php?bo_table=tipntech&wr_id=5317&sfl=&stx=&sst=wr_hit&sod=desc&sop=and&page=36<div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:16:08 PHP & HTML에서 이동 됨]</div>
|

댓글 2개

2007-02-03 (토) 10:36:11
와 좋은 정보 감사합니다.
고맙습니다.
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

8,188건
+
제목 글쓴이 날짜 조회
06-11-28 조회 4,114
06-11-28 조회 6,391
06-11-27 조회 3,618
06-11-27 조회 4,512
06-11-27 조회 5,435
06-11-25 조회 3,674
06-11-24 조회 3,636
06-11-22 조회 5,308
06-11-21 조회 3,929
06-11-18 조회 4,153
06-11-15 조회 3,360
06-11-15 조회 3,411
06-11-11 조회 3,133
06-11-10 조회 4,510
06-11-04 조회 3,255
06-10-29 조회 3,910
06-10-29 조회 2,924
06-10-24 조회 6,433
06-10-17 조회 4,739
06-10-17 조회 5,473
06-10-16 조회 4,217
06-10-16 조회 3,635
06-10-15 조회 5,045
06-10-13 조회 3,770
06-10-13 조회 4,139
06-10-13 조회 4,089
06-10-12 조회 5,292
06-10-12 조회 4,256
06-10-12 조회 4,214
06-10-12 조회 4,780
06-10-10 조회 4,091
06-10-10 조회 3,343
06-10-10 조회 3,382
06-10-10 조회 3,314
06-10-09 조회 3,954
06-10-04 조회 3,697
06-10-02 조회 4,486
06-10-01 조회 4,375
06-09-29 조회 2,980
06-09-29 조회 3,871
06-09-27 조회 8,974
06-09-27 조회 3,627
06-09-26 조회 4,273
06-09-26 조회 3,982
06-09-26 조회 4,111
06-09-26 조회 3,317
06-09-26 조회 3,571
06-09-26 조회 5,292
06-09-26 조회 3,347
06-09-26 조회 5,411
06-09-26 조회 3,518
06-09-26 조회 3,210
06-09-26 조회 3,449
06-09-26 조회 2,997
06-09-26 조회 3,572
06-09-26 조회 3,371
06-09-26 조회 4,270
06-09-26 조회 2,960
06-09-26 조회 4,655
06-09-25 조회 3,869
06-09-25 조회 4,596
06-09-25 조회 4,570
06-09-25 조회 4,290
06-09-25 조회 6,570
06-09-23 조회 3,276
06-09-23 조회 3,374
06-09-23 조회 3,426
06-09-23 조회 4,499
06-09-22 조회 4,884
06-09-22 조회 4,840
06-09-22 조회 3,466
06-09-22 조회 3,600
06-09-22 조회 3,818
06-09-22 조회 4,241
06-09-22 조회 3,687
06-09-22 조회 3,818
06-09-22 조회 3,642
06-09-22 조회 3,422
06-09-22 조회 4,432
06-09-22 조회 4,475
06-09-22 조회 4,156
06-09-21 조회 5,976
06-09-21 조회 3,771
06-09-21 조회 4,484
06-09-21 조회 4,206
06-09-21 조회 3,163
06-09-21 조회 4,196
06-09-21 조회 2,916
06-09-21 조회 3,389
06-09-21 조회 3,475
06-09-21 조회 5,138
06-09-21 조회 4,252
06-09-21 조회 4,212
06-09-21 조회 3,640
06-09-21 조회 3,047
06-09-21 조회 2,657
06-09-21 조회 3,550
06-09-21 조회 3,403
06-09-21 조회 2,848
06-09-21 조회 2,863