function doPrint() {
if (window.frames['winConBillIframe'] != null) {
document.getElementById('winConBillIframe').focus();
document.getElementById('winConBillIframe').contentWindow.print();
}
else {
window.frames['winConBillIframe'].focus();
print();
}
}

相关文章:

  • 2021-06-07
  • 2022-12-23
  • 2021-09-14
  • 2021-09-22
  • 2022-02-09
  • 2021-11-15
  • 2021-11-23
  • 2022-12-23
猜你喜欢
  • 2021-12-19
  • 2021-09-24
  • 2022-01-12
  • 2022-12-23
  • 2022-12-23
  • 2021-11-25
  • 2022-12-23
相关资源
相似解决方案