jsp1.jsp~7~
上传用户:dlqqsh
上传日期:2021-11-13
资源大小:7840k
文件大小:1k
源码类别:

OA系统

开发平台:

Java

  1. <%@ page contentType="text/html; charset=GBK" import="officeol.mc.tools.*,control.Textcontrol.*" %>
  2. <%request.setCharacterEncoding("GBK"); %>
  3. <html>
  4. <head>
  5. <title>
  6. 天津市河东区经济贸易委员会内部办公网
  7. </title>
  8. </head>
  9. <body bgcolor="#ffffff">
  10. <h4>
  11. 文件信息修改
  12. </h4>
  13. <%
  14. DBConn dbc = new DBConn();
  15. String ft = request.getParameter("ft");
  16. String wjm = request.getParameter("wjm");
  17. String sm = request.getParameter("sm");
  18. String wid = request.getParameter("wid")
  19. String usql = "update files ";
  20. %>
  21. </body>
  22. </html>