function selectCustomer(){
   var iTop = (window.screen.availHeight-30-500)/2;
   var iLeft = (window.screen.availWidth-10-750)/2;
   window.open("../customer/creditApprManage.do?method=toGetCustomer",
               "searchCorp",
               "height=500,width=750,top="+iTop+",left="+iLeft+",toolbar=no,menubar=no,scrollbars=auto,resizeable=no,location=no,status=no"
               );
  }

 

说明:500和750是硬编码,可以通过参数传入。

相关文章:

  • 2021-06-03
  • 2021-07-31
  • 2022-12-23
  • 2022-12-23
  • 2021-06-02
  • 2022-12-23
  • 2022-01-31
  • 2022-12-23
猜你喜欢
  • 2021-05-30
  • 2022-02-08
  • 2022-12-23
  • 2022-03-03
  • 2022-12-23
  • 2021-06-06
  • 2022-12-23
相关资源
相似解决方案