리자

타겟(target) 쓰는 법

프레임을 쓰실때 생각할 것 세가지
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개

와 좋은 정보 감사합니다.
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

+
제목 글쓴이 날짜 조회
19년 전 조회 3,832
19년 전 조회 2,257
19년 전 조회 2,193
19년 전 조회 1,721
19년 전 조회 4,048
19년 전 조회 6,072
19년 전 조회 7,170
19년 전 조회 2,652
19년 전 조회 2,877
19년 전 조회 4,360
19년 전 조회 2,347
19년 전 조회 3,777
19년 전 조회 3,065
19년 전 조회 2,903
19년 전 조회 2,382
19년 전 조회 2,663
19년 전 조회 2,758
19년 전 조회 3,269
19년 전 조회 3,925
19년 전 조회 3,437
19년 전 조회 2,966
19년 전 조회 2,456
19년 전 조회 3,117
19년 전 조회 3,224
19년 전 조회 2,745
19년 전 조회 2,470
19년 전 조회 3,504
19년 전 조회 5,042
19년 전 조회 5,250
19년 전 조회 2,480
19년 전 조회 2,369
19년 전 조회 5,162
19년 전 조회 9,157
19년 전 조회 2,237
19년 전 조회 5,105
19년 전 조회 4,545
19년 전 조회 2,800
19년 전 조회 5,153
19년 전 조회 2,980
19년 전 조회 3,867
19년 전 조회 2,796
19년 전 조회 3,618
19년 전 조회 2,142
19년 전 조회 5,556
19년 전 조회 1,906
19년 전 조회 6,254
19년 전 조회 3,059
19년 전 조회 6,234
19년 전 조회 7,011
19년 전 조회 3,914
19년 전 조회 2,396
19년 전 조회 2,281
19년 전 조회 7,066
19년 전 조회 2,570
19년 전 조회 4,129
19년 전 조회 5,521
19년 전 조회 2,847
19년 전 조회 1,900
19년 전 조회 1,743
19년 전 조회 1,697
19년 전 조회 1,965
19년 전 조회 1,981
19년 전 조회 1,973
19년 전 조회 1,891
19년 전 조회 2,688
19년 전 조회 2,506
19년 전 조회 3,646
19년 전 조회 2,777
19년 전 조회 2,742
19년 전 조회 3,587
19년 전 조회 4,802
19년 전 조회 3,148
19년 전 조회 2,987
19년 전 조회 3,523
19년 전 조회 6,458
19년 전 조회 2,370
19년 전 조회 2,177
19년 전 조회 2,137
19년 전 조회 2,190
19년 전 조회 3,365
19년 전 조회 2,437
19년 전 조회 2,118
19년 전 조회 1,820
19년 전 조회 2,273
19년 전 조회 3,538
19년 전 조회 3,395
19년 전 조회 2,104
19년 전 조회 1,668
19년 전 조회 3,348
19년 전 조회 2,229
19년 전 조회 1,796
19년 전 조회 3,020
19년 전 조회 2,154
19년 전 조회 2,023
19년 전 조회 1,998
19년 전 조회 1,955
19년 전 조회 2,388
19년 전 조회 2,812
19년 전 조회 1,955
19년 전 조회 1,703