updateKhmydSuccess.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=ckhmydSelect.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></head>
  16. <body>
  17. <table width="579" border="0" cellpadding="0" cellspacing="0">
  18. <tr>
  19.        <td height="487" align="center" bgcolor="#FFFFFF">修改客户满意度成功!!!</td>
  20.   </tr>
  21. </table>
  22. </body>
  23. </html>