bs_vote_del.asp

来自「多风格网站管理系统 进行网站的综合管理 后台数据库系统」· ASP 代码 · 共 22 行

ASP
22
字号
<!--#include file="bsconfig.asp"-->
<%
'=========================================================
'
'产品名称: 公司(企业)网站管理系统(简称:www.web300.cn)
'版权所有: www.web300.cn 
'程序制作:www.web300.cn开发团队
'Copyright 2006-2008 www.web300.cn - All Rights Reserved. 
'
'========================================================
%>
<%
dim VoteID,sql
VoteID=trim(Request("ID"))
if VoteID<>"" then
	sql="delete from Vote where ID="&Clng(VoteID)&""
	conn.Execute sql
    call CloseConn()      
end if
response.redirect "Bs_Vote.asp"
%>

⌨️ 快捷键说明

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