www.gusucode.com > ASP+ACCESS学生管理系统(源代码+论文) > ASP+ACCESS学生管理系统(源代码+论文)\zjw\delkc.asp

    <!-- #include file = "data.asp" -->
<!--#include file="user.asp"-->
<%
dim id
dim strSQL

id  =  Request.QueryString("id")

strSQL = "DELETE FROM kc WHERE ID = " & id & ""
'Response.Write strSQL
'Response.End
conn.execute (strSQL)
%>
<script language = Javascript>
<!--
	alert("删除成功!");
	window.location = "addkc.asp"
//-->
</script>