묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
iframe 이 삽입된 곳에서 링크 클릭시 현재 페이지 전체에 새로 페이지 띠우기
2004.06.09 22:29
# ------------- iframe 소스내 ------------
function fn_Result(id) {
check_all.event_id.value = id;
fname = "event_03.html";
check_all.action = fname;
check_all.submit();
}
<a href="javascript:fn_Result('http:test.com', 1)">가나다라</a>
# ------------- iframe 소스내 ------------
위의 소스가 test.html 안에 iframe로 되어있습니다.
여서 "가나다라"를 클릭하면 event_03.html이 iframe 영역으로 뜹니다..
iframe 영역 말구 현재페이지 전체에 event_03.html 로 뜨게 할라면 어떻게 해야 하나요?? ㅆㅆ
질문도 어렵네요..
function fn_Result(id) {
check_all.event_id.value = id;
fname = "event_03.html";
check_all.action = fname;
check_all.submit();
}
<a href="javascript:fn_Result('http:test.com', 1)">가나다라</a>
# ------------- iframe 소스내 ------------
위의 소스가 test.html 안에 iframe로 되어있습니다.
여서 "가나다라"를 클릭하면 event_03.html이 iframe 영역으로 뜹니다..
iframe 영역 말구 현재페이지 전체에 event_03.html 로 뜨게 할라면 어떻게 해야 하나요?? ㅆㅆ
질문도 어렵네요..