일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- 선택적조인
- Ajax
- swingx
- JSON
- WebLogic
- Struts
- phonegap
- 가우스
- PHP
- tomcat
- MFC
- MySQL
- 전자정부프레임워크
- jsr 296
- iBATIS
- oracle
- Android
- ibsheet
- JDOM
- PLSQL
- Eclipse
- appspresso
- rowspan
- Spring
- Google Map
- GPS
- dock
- sencha touch
- node.js
- jQuery
Archives
- Today
- Total
Where The Streets Have No Name
아이프레임(IFRAME) 속성과 사용 방법 본문
" +" 예제 : 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>