delvote.asp

来自「一个FLASH投票源代码,支持多种定义,并附有后台管理」· ASP 代码 · 共 9 行

ASP
9
字号
<!--#include file="pathcheck.asp"-->
<!--#include file="isy.asp"-->
<!--#include file="conn.asp"-->
<%
	thisid=Trim(Request.QueryString("voteid"))
	conn.execute "delete from votepro where id="&thisid
	closedb
	response.Redirect("rep.asp?operate=del")
%>

⌨️ 快捷键说明

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