www.gusucode.com > 掌柜网店购物系统 4.0码程序 > admin/shiheKill.asp

    <!--#include file="conn.asp"-->
<%if session("admin")="" then
response.Write "<script language='javascript'>alert('网络超时或您还没有登陆!');window.location.href='login.asp';</script>"
response.End
else
if session("flag")>1 then
response.Write "<p align=center><font color=red>您没有此项目管理权限!</font></p>"
response.End
end if
end if

dim shiheid
shiheid=request("shiheid")
	conn.execute("delete from shihe where id=" &shiheid)
	conn.close
	set conn=nothing
	response.write "<script language=javascript>alert('您选择的适合年龄已经被删除!');window.location.href='shihemanage.asp';</script>"
	response.end
%>