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

📄 ddzf.asp

📁 购物系统(本版为正式商业版
💻 ASP
字号:
<!--#include file="conn.asp"-->
<!--#include file="adminset.asp"-->
<%if session("admin")="" then
response.Write "<script language='javascript'>alert('网络超时或您还没有登陆!');window.location.href='login.asp';</script>"
response.End
end if
if session("flag")>2 then
response.Write "<div align=center><font size=80 color=red><b>您没有此项目管理权限!</b></font></div>"
response.End
end if
if qx3<>1 then
response.Write "<div align=center><font size=80 color=red><b>您没有此项目管理权限!</b></font></div>"
response.End
end if
%>
          <%id=request.QueryString("id")
		  action=request.QueryString("action")
		  if action="zf" then
		  conn.execute("update [shop_action] set zt=2 where dingdan in ('"&id&"') ")
response.Write "<script language='javascript'>alert('操作成功!');window.history.go(-1);</script>"
response.End
elseif action="hy" then
		  conn.execute("update [shop_action] set zt=1 where dingdan in ('"&id&"') ")
response.Write "<script language='javascript'>alert('操作成功!');window.history.go(-1);</script>"
response.End
elseif action="zf2" then

		conn.execute("update [shop_action_fhy] set zt=2 where dingdan in ('"&id&"') ")
response.Write "<script language='javascript'>alert('操作成功!');window.history.go(-1);</script>"
response.End
elseif action="hy2" then
		conn.execute("update [shop_action_fhy] set zt=1 where dingdan in ('"&id&"') ")

response.Write "<script language='javascript'>alert('操作成功!');window.history.go(-1);</script>"
response.End
end if
			%>
         

⌨️ 快捷键说明

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