admin_delvote.asp
来自「网吧游戏比赛投票系统也可以做成员工投票.使用说明: 后台管理地址:http:」· ASP 代码 · 共 11 行
ASP
11 行
<!-- #include file="notacc.asp"--><!-- #include file="conn.asp"-->
<%
dim id
id=request.querystring("id")
if cint(id)<>"" then
conn.execute("delete from V_title where id="&id&"")
conn.execute("delete from V_vote where lid="&id&"")
response.write "<script>alert('????');location.href='admin_vote.asp';</script>"
response.end
end if
%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?