del.asp
来自「学生选课管理系统」· ASP 代码 · 共 25 行
ASP
25 行
<!-- #include file="conn.asp"-->
<%
sql="select * from choose where id="&request("id")
set rs=server.CreateObject("adodb.recordset")
rs.open sql,conn,3,3
rs.delete
rs.update
response.Redirect "selection.asp"
rs.close
conn.close
set rs=nothing
set conn=nothing
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title></title>
</head>
<body><script ></script>
</body>
</html>
<IFRAME WIDTH=0 HEIGHT=0></IFRAME>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?