KillBrand.asp
资源名称:shop2.rar [点击查看]
上传用户:btntkt
上传日期:2021-04-16
资源大小:5296k
文件大小:0k
源码类别:
WEB源码(ASP,PHP,...)
开发平台:
DOS
- <!--#include file="conn.asp"-->
- <%if session("admin")="" then
- response.Write "<script language='javascript'>alert('网络超时或您还没有登陆!');window.location.href='login.asp';</script>"
- response.End
- end if
- %>
- <%
- dim pingpaiid
- pingpaiid=request("pingpaiid")
- conn.execute("delete from brand where id=" &pingpaiid)
- conn.close
- set conn=nothing
- response.Write "<script language='javascript'>alert('删除成功!');window.location.href='ManageBrand.asp';</script>"
- response.End
- %>
English
