contentWindow (1) 썸네일형 리스트형 [contentWindow] iframe 접근 방법 IE 에서 iframe 을 접근할 때 document.frames 를 쓴다. 그러나 firefox , chrome 안먹어 iframe 에 ID 값을 줘서 getElementById 로 읽어 온다. //Form.html function mybuzz(){ document.getElementById('buzzF').style.display='none'; document.getElementById('buzzS').style.display=''; document.getElementById('buzzPost').style.backgroundImage='none'; window.open('list.html',"",'width=355,height=341,left=650,top=200'); } //list.html //.. 이전 1 다음