父页面调用iframe里的按钮
JS:

document.getElementById('_frame').contentWindow.document.getElementById("btnRefurbish").click();

JQ:

$("#_frame").contents().find("#btnRefurbish").click();            

 

iframe样式基本配置:

<iframe

marginwidth="0"></iframe>

相关文章:

  • 2021-12-04
  • 2021-09-13
  • 2021-09-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-10-24
  • 2022-12-23
  • 2022-01-03
  • 2021-09-20
  • 2022-01-25
相关资源
相似解决方案