⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 stop.asp

📁 企业办公自动化管理系统 asp+sql server 2005
💻 ASP
字号:
<!--#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -