我有一个在 IE8 中工作的非常古老的 JS,它正在这样做:
window.document.getElementById("frameModalityList")
这是我要获取的内容:
<iframe name="frameModalityList" src="iframe_advanced_list.jsp" frameborder="0" marginheight="0" marginwidth="0" class="advanced_list" width="100%" height="300"></iframe>
现在,当我在 IE9/10、Chrome 中尝试它时,我收到一个错误:
SCRIPT5007:发生异常捕获:无法获取未定义或空引用的属性“contentWindow”
获取 IFRAME 元素的新正确方法是什么?