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

📄 depkill.asp

📁 ASP+SQL2000+
💻 ASP
字号:
<%@ Language=VBScript %>
<!--#include file=conn.asp --><!--#include file=../include/config.asp -->
<%
IF request.cookies("KEY")<>"super" THEN
response.redirect "index_face.asp"
response.end
END IF

dim ID
dim depName
ID = Request("ID")
depName=request("depName")
%>
<html>

<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href=site.css rel=stylesheet>
<title><%=copyright%><%=version%>&nbsp;<%=ver%> - 部门删除</title>
</head>

<body topmargin="0"><!--#include file=top.asp-->
<form action=depKillok.asp method=post>
  <table border="1" width="750" cellspacing="0" cellpadding="0" style="border-collapse: collapse" bordercolor="<%=border%>" align=center>
    <tr>
      <td width="100%" align="center" height="55" bgcolor="<%=m_top%>"><b>删 除 部 门 确 认</b></td>
</tr>
<input type="hidden" name="id" value="<%=id%>">
<tr>
      <td width="100%" align=center bgcolor="#FFFFFF"> 
        <p> </p>
        <p>删除部门:[ <%=depName%> ]?<font color=red><br>
          <BR>
(此操作将无法恢复!)</font></p>
<p> </p>
</td>
</tr>
<tr>
      <td width="100%"align=center bgcolor="<%=m_top%>" height="55" > 
        <input type=submit value="  是  " name="alert_button">
&nbsp;&nbsp;&nbsp;&nbsp;
<input type=submit value="  否  " name="alert_button">
      </td>
</tr>
</table>
</form>
</body>

</html>

⌨️ 快捷键说明

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