묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
프레임 두개 동시에 바꾸기
2002.06.27 19:06
http://heyhoyoung.com/main.htm
여기 들어가서 아이의 그림에서 책을 누르면
프레임 두개가 바뀌잖아요
그거 어떻게 하는 거에요?
검색해서 읽어봐도 무슨 말인지 ㅡㅡㅋ
여기 들어가서 아이의 그림에서 책을 누르면
프레임 두개가 바뀌잖아요
그거 어떻게 하는 거에요?
검색해서 읽어봐도 무슨 말인지 ㅡㅡㅋ
댓글 2
-
아기구더기
2002.06.27 19:24
자바스크립트를 약간만 배우시면 쉽습니다. -
차카게살자
2002.06.28 02:34
2002-06-28 02:31:28 에 차카게살자(양창민)님이 작성한 내용입니다.
부모 문서가 index.html 이고, 이것은 프레임으로 나뉘어져 있으며
각 프레임은 상단, 중단, 하단이고,
각 프레임의 이름은 top, main, bottom 이라 할때
각 프레임별 다른 프레임의 상대적 location은
parent.top.location
parent.main.location
parent.bottom.location
위와 같이 됩니다.
main 프레임에서 상/하단 프레임의 location 위치지정을 한다고 하면, 아래와 같이 구현하면 됩니다.
parent.top.location.href = 'http://myhome.hananet.net/~changminyang/top1.html';
parent.bottom.location.href = 'http://myhome.hananet.net/~changminyang/bottom1.html';
Written date/time: 2002-06-28 02:36:00
COMPUTER - hardware, software, programming, flash, graphic, java, php
ELECTRIC - Electronic Circuit Design / Make / Research
http://myhome.hananet.net/~changminyang/