insertBankSuccess.jsp
上传用户:quasar007
上传日期:2022-08-11
资源大小:4067k
文件大小:1k
源码类别:

企业管理

开发平台:

Java

  1. <%@ page contentType="text/html; charset=gb2312"%>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  5. <meta http-equiv="refresh" content="3;URL=cbankSelect.do">
  6. <title>添加客户银行成功</title>
  7. <style type="text/css">
  8. <!--
  9. body {
  10. background-color: #000000;
  11. margin-left: 0px;
  12. margin-top: 0px;
  13. }
  14. -->
  15. </style>
  16. </head>
  17. <body>
  18. <table width="579" border="0" cellpadding="0" cellspacing="0">
  19. <tr>
  20.        <td height="487" align="center" bgcolor="#FFFFFF">添加客户银行成功!!!</td>
  21.   </tr>
  22. </table>
  23. </body>
  24. </html>