stop.asp

来自「企业办公自动化管理系统 asp+sql server 2005」· ASP 代码 · 共 33 行

ASP
33
字号
<!--#include file="../include/sqlstr.asp"-->
<!--#include file="../include/opendb.asp"-->


<html>
<head>
<title>无标题文档</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="../css/cc.css" type="text/css">
</head>
<%
id=request("id")
set conn=opendb()
'更改流程状态
sql = "update a_liuchengbeifeng set zhongzhi=1 where id="&id
conn.Execute sql
%>


<body bgcolor="#FFFFFF" text="#000000">
<p>&nbsp;</p><table width="100%" border="0" cellspacing="0" cellpadding="0" align="left">
  <tr>
    <td>
      <div align="center">
        <p>您已经将任务终止办理</p>
        <p><a href="javascript:history.go(-2)" class="cc">请您返回</a></p>
      </div>
    </td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?