2014年11月21日

iframe中 父页面和子页面查找元素的方法

摘要: 从父页面中查找iframe子页面中对象的方法:JS:document.getElementById('iframe').contentWindow//查找iframe加载的页面的window对象document.getElementById('iframe').contentWindow.docum... 阅读全文

posted @ 2014-11-21 15:34 邓绍俊 阅读(1426) 评论(0) 推荐(0)

导航