Where The Streets Have No Name

아이프레임(IFRAME) 속성과 사용 방법 본문

Developement/Web

아이프레임(IFRAME) 속성과 사용 방법

highheat 2006. 5. 22. 16:57
" +" 예제 : document.iframe01.document.iframeform.ifreame_test.value=document.cnjform.cnj_text.value; ") document.cnjform.cnj_text.style.backgroundColor=''; document.iframe01.document.iframeform.ifreame_test.style.backgroundColor='#D0F050'; document.iframe01.document.iframeform.ifreame_test.value=document.cnjform.cnj_text.value; } :script -->방법 : document.아이프레임네임.document.아이프레임내의 폼네임.아이프레임폼필드.value = document.부모창 폼네임.부모창 폼필드명.value;
폼 테스트 :

IFRAME에 특정 프레임에 자바스크립트 함수 불러오기

IFRAME에 특정 프레임에 자바스크립트 함수 불러오기
<a href="javascript:parent.
parent.프레임명.자바스크립트 함수()">자바스크립트 함수 불러오기</a>

IFRAME에 자바스크립트 함수 불러오기(프레임없을때)
<a href="javascript:
parent.top.자바스크립트 함수()">자바스크립트 함수 불러오기</a>