리자

타겟(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,973
19년 전 조회 2,418
19년 전 조회 2,342
19년 전 조회 1,879
19년 전 조회 4,228
19년 전 조회 6,217
19년 전 조회 7,311
19년 전 조회 2,814
19년 전 조회 3,033
19년 전 조회 4,509
19년 전 조회 2,499
19년 전 조회 3,948
19년 전 조회 3,207
19년 전 조회 3,074
19년 전 조회 2,532
19년 전 조회 2,815
19년 전 조회 2,916
19년 전 조회 3,440
19년 전 조회 4,082
19년 전 조회 3,604
19년 전 조회 3,114
19년 전 조회 2,624
19년 전 조회 3,284
19년 전 조회 3,375
19년 전 조회 2,884
19년 전 조회 2,636
19년 전 조회 3,652
19년 전 조회 5,210
19년 전 조회 5,422
19년 전 조회 2,648
19년 전 조회 2,534
19년 전 조회 5,341
19년 전 조회 9,311
19년 전 조회 2,372
19년 전 조회 5,270
19년 전 조회 4,714
19년 전 조회 2,953
19년 전 조회 5,315
19년 전 조회 3,140
19년 전 조회 4,019
19년 전 조회 2,965
19년 전 조회 3,785
19년 전 조회 2,302
19년 전 조회 5,730
19년 전 조회 2,056
19년 전 조회 6,416
19년 전 조회 3,213
19년 전 조회 6,391
19년 전 조회 7,195
19년 전 조회 4,081
19년 전 조회 2,552
19년 전 조회 2,442
19년 전 조회 7,244
19년 전 조회 2,742
19년 전 조회 4,281
19년 전 조회 5,680
19년 전 조회 3,015
19년 전 조회 2,060
19년 전 조회 1,905
19년 전 조회 1,853
19년 전 조회 2,134
19년 전 조회 2,147
19년 전 조회 2,120
19년 전 조회 2,059
19년 전 조회 2,876
19년 전 조회 2,659
19년 전 조회 3,808
19년 전 조회 2,924
19년 전 조회 2,891
19년 전 조회 3,760
19년 전 조회 4,964
19년 전 조회 3,315
19년 전 조회 3,145
19년 전 조회 3,709
19년 전 조회 6,615
19년 전 조회 2,524
19년 전 조회 2,320
19년 전 조회 2,272
19년 전 조회 2,337
19년 전 조회 3,515
19년 전 조회 2,591
19년 전 조회 2,276
19년 전 조회 1,993
19년 전 조회 2,408
19년 전 조회 3,718
19년 전 조회 3,575
19년 전 조회 2,275
19년 전 조회 1,815
19년 전 조회 3,504
19년 전 조회 2,386
19년 전 조회 1,958
19년 전 조회 3,185
19년 전 조회 2,304
19년 전 조회 2,187
19년 전 조회 2,161
19년 전 조회 2,124
19년 전 조회 2,547
19년 전 조회 2,959
19년 전 조회 2,107
19년 전 조회 1,854