下面的代码在winForm客户端中存在兼容性问题:
window.opener.document.getElementById('btnSearch').click();
需要改成下面的代码:
window.external.MethodScript('/browsercontrol/closepagecallparentpagefun?parentpagecontrolid=btnSearch');

  

下面的代码在winForm客户端中存在兼容性问题:

;window.opener.document.getElementById('btnSearch').click();

需要改成下面的代码:

window.external.MethodScript('/browsercontrol/closepagecallparentpagefun?parentpagecontrolid=btnSearch');

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-09-12
  • 2021-09-03
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-28
  • 2021-12-05
  • 2022-12-23
  • 2021-11-02
相关资源
相似解决方案