프레임을 쓰실때 생각할 것 세가지
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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7730 | 10년 전 | 1274 | ||
| 7729 | 10년 전 | 1085 | ||
| 7728 |
잘살아보자
|
10년 전 | 552 | |
| 7727 |
잘살아보자
|
10년 전 | 457 | |
| 7726 |
잘살아보자
|
10년 전 | 793 | |
| 7725 |
잘살아보자
|
10년 전 | 518 | |
| 7724 |
잘살아보자
|
10년 전 | 428 | |
| 7723 |
잘살아보자
|
10년 전 | 497 | |
| 7722 |
잘살아보자
|
10년 전 | 431 | |
| 7721 |
잘살아보자
|
10년 전 | 470 | |
| 7720 |
잘살아보자
|
10년 전 | 409 | |
| 7719 |
비긴어게인
|
10년 전 | 651 | |
| 7718 |
|
10년 전 | 2498 | |
| 7717 |
잘살아보자
|
10년 전 | 628 | |
| 7716 |
잘살아보자
|
10년 전 | 368 | |
| 7715 |
잘살아보자
|
10년 전 | 408 | |
| 7714 |
잘살아보자
|
10년 전 | 442 | |
| 7713 | 10년 전 | 1746 | ||
| 7712 | 10년 전 | 1677 | ||
| 7711 | 10년 전 | 1067 | ||
| 7710 | 10년 전 | 1346 | ||
| 7709 | 10년 전 | 1481 | ||
| 7708 | 10년 전 | 1434 | ||
| 7707 | 10년 전 | 819 | ||
| 7706 |
별지기천사
|
10년 전 | 548 | |
| 7705 | 10년 전 | 1045 | ||
| 7704 |
ICONdesignstudio
|
10년 전 | 587 | |
| 7703 | 10년 전 | 549 | ||
| 7702 |
|
10년 전 | 685 | |
| 7701 | 10년 전 | 1381 | ||
| 7700 | 10년 전 | 1078 | ||
| 7699 | 10년 전 | 562 | ||
| 7698 | 10년 전 | 1107 | ||
| 7697 | 10년 전 | 5118 | ||
| 7696 | 10년 전 | 607 | ||
| 7695 | 10년 전 | 1651 | ||
| 7694 | 10년 전 | 1018 | ||
| 7693 | 10년 전 | 1513 | ||
| 7692 | 10년 전 | 1251 | ||
| 7691 | 10년 전 | 782 | ||
| 7690 | 10년 전 | 1360 | ||
| 7689 | 10년 전 | 978 | ||
| 7688 | 10년 전 | 554 | ||
| 7687 |
파랑새1597
|
10년 전 | 555 | |
| 7686 | 10년 전 | 803 | ||
| 7685 | 10년 전 | 1319 | ||
| 7684 | 10년 전 | 771 | ||
| 7683 | 10년 전 | 1018 | ||
| 7682 | 10년 전 | 896 | ||
| 7681 | 10년 전 | 618 | ||
| 7680 | 10년 전 | 955 | ||
| 7679 | 10년 전 | 452 | ||
| 7678 | 10년 전 | 693 | ||
| 7677 | 10년 전 | 597 | ||
| 7676 |
|
10년 전 | 915 | |
| 7675 |
|
10년 전 | 1117 | |
| 7674 | 10년 전 | 1029 | ||
| 7673 | 10년 전 | 725 | ||
| 7672 | 10년 전 | 1054 | ||
| 7671 | 10년 전 | 849 | ||
| 7670 | 10년 전 | 603 | ||
| 7669 |
mashmellow
|
10년 전 | 1201 | |
| 7668 | 10년 전 | 679 | ||
| 7667 | 10년 전 | 959 | ||
| 7666 |
senseme
|
10년 전 | 625 | |
| 7665 | 10년 전 | 478 | ||
| 7664 | 10년 전 | 1869 | ||
| 7663 |
mixx애교
|
10년 전 | 953 | |
| 7662 | 10년 전 | 982 | ||
| 7661 |
hkhkah
|
10년 전 | 753 | |
| 7660 | 10년 전 | 1039 | ||
| 7659 |
커네드커네드
|
10년 전 | 909 | |
| 7658 |
바람돌이팡
|
10년 전 | 637 | |
| 7657 | 10년 전 | 1130 | ||
| 7656 | 10년 전 | 1544 | ||
| 7655 | 10년 전 | 954 | ||
| 7654 |
개발짜증나
|
10년 전 | 832 | |
| 7653 |
네이비칼라
|
10년 전 | 865 | |
| 7652 |
밥먹고합시다
|
10년 전 | 783 | |
| 7651 |
플라이SINJI
|
10년 전 | 1485 | |
| 7650 |
개발짜증나
|
10년 전 | 1378 | |
| 7649 | 10년 전 | 431 | ||
| 7648 |
이미영ㅇㅇ
|
10년 전 | 837 | |
| 7647 | 10년 전 | 408 | ||
| 7646 | 10년 전 | 773 | ||
| 7645 | 10년 전 | 2274 | ||
| 7644 | 10년 전 | 794 | ||
| 7643 |
|
10년 전 | 2836 | |
| 7642 | 10년 전 | 1488 | ||
| 7641 | 10년 전 | 1109 | ||
| 7640 |
개발짜증나
|
10년 전 | 452 | |
| 7639 |
|
10년 전 | 787 | |
| 7638 |
개발짜증나
|
10년 전 | 1092 | |
| 7637 | 10년 전 | 1512 | ||
| 7636 | 10년 전 | 2881 | ||
| 7635 | 10년 전 | 1658 | ||
| 7634 | 10년 전 | 1822 | ||
| 7633 | 10년 전 | 2291 | ||
| 7632 | 10년 전 | 3891 | ||
| 7631 |
|
10년 전 | 1504 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기