开云体育游戏app下载

本网站支持IPV6
简体 | 繁体 | EN   
统一热线:956055

关于本行网络安全设备升级的公告

发布时间:2022年12月12日

尊敬的各位客户:

为提高我行业务连续性水平,更好地为广大客户提供安全的金融服务,保障广大客户的利益,我行计划在2022年12月14日(星期三)凌晨对网络安全防护设备进行升级,预计在12月14日0时40分至0时55分,届时我行手机银行、企业网上银行、POS收单、虚拟现金管理平台相关业务将暂停服务。请您根据自身需要,做好相应安排。由此给您带来的不便,敬请谅解,感谢您的理解和支持!如需进一步咨询,请拨打我行客户服务热线956055。

                                                                                                               

江西银行股份有限公司

                                     2022年12月12日



开云体育游戏app下载

" +$("#print").html();//从结束代码向前取html prnhtml+="
"; var el = document.getElementById("printcontent"); iframe = document.createElement('IFRAME'); var doc = null; iframe.setAttribute("id", "print-iframe"); iframe.setAttribute('style', 'position:absolute;width:0px;height:0px;left:-500px;top:-500px;'); document.body.appendChild(iframe); doc = iframe.contentWindow.document; doc.write(prnhtml); doc.close(); iframe.contentWindow.focus(); } function doPrint() { //判断iframe是否存在,不存在则创建iframe iframe.contentWindow.print(); if (navigator.userAgent.indexOf("MSIE") > 0) { document.body.removeChild(iframe); } }