父页面调用iframe里的按钮
JS:
document.getElementById('_frame').contentWindow.document.getElementById("btnRefurbish").click();
JQ:
$("#_frame").contents().find("#btnRefurbish").click();
iframe样式基本配置:
<iframe
marginwidth="0"></iframe>
父页面调用iframe里的按钮
JS:
document.getElementById('_frame').contentWindow.document.getElementById("btnRefurbish").click();
JQ:
$("#_frame").contents().find("#btnRefurbish").click();
iframe样式基本配置:
<iframe
marginwidth="0"></iframe>
相关文章: