del.asp

来自「实现一个用JSP、Servlet技术实现的小型物流网站系统。实现功能如下:管理员」· ASP 代码 · 共 37 行

ASP
37
字号
<% data_path="../../" 'ACC连接数据库路径,对SQL无效 %>
<!--#include file="../../conn/conn.asp"-->
<!--#include file="../../inc/filesystem.asp"-->
 <!--#include file="../../inc/safe.asp"-->
  <!--#include file="../checkrole.asp"-->
  <%
  Response.Buffer = true
  Response.ExpiresAbsolute=now()-1
  Response.Expires=0
  Response.CacheControl="no-cache"
 
  call checkuser("zh")

if Not ChkPost then 
		response.write "<script language='javascript'>"
		response.write"parent.location.href='"&HOPE_InstallDir&"login/login1.asp';</SCRIPT>"
		response.end
end if
 
 id=Replace_Text(request("id"))
 
 	FileName=HOPE_InstallDir&"service/expo/detail/"&id&".html"
 	Call FileDel(FileName)'删除文件
conn.execute("delete from Yixiang_expo where id="&id&" and gsid="&session("id")&"")
 Conn.Close 
Set Conn = Nothing 
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>操作成功</title>
<link href="../../images/css.css" rel="stylesheet" type="text/css">
<meta HTTP-EQUIV=refresh Content='1;url=<%=HOPE_InstallDir%>member/modify/modify_mine.asp'>
</head>
 <script>window.location.href='../../member/modify/modify_mine.asp';</script>
 </body>
</html>

⌨️ 快捷键说明

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