반응형
참조: http://stackoverflow.com/questions/1477547/getelementbyid-contentdocument-error-in-ie

alert
(document.getElementById('iframList').contentWindow.document); 

백번 document.getElementById('iframList').contentDocument해도 안되었는데
위와같이 하니 되었다. (firefox에서만 지원되는 듯 하다. 정확한것은 아니다.) 
익스플로러에서는 위와같이, firefox에서는 아래와 같이.

반응형

+ Recent posts