티스토리 뷰

728x90
var iframe = document.getElementById('iframeId');
var innerDoc = iframe.contentDocument || iframe.contentWindow.document;

 

[출처] https://stackoverflow.com/questions/1088544/get-element-from-within-an-iframe

728x90
댓글