- <!--#include file="inc/conn.asp"-->
- <%
- id=trim(request("id"))
- if id="" then
- 'response.Write("<a href='javascript:history.go(-1)'>返回</a>")
- response.Write("<script>")
- response.Write("alert('你是非法用户');")
- response.Write("</script>")
- response.Redirect("temp.asp")
- response.End()
- end if
- sql="delete from blogItem where itemId="&cint(id)
- conn.execute(sql)
- response.Redirect("temp.asp")
- %>
ADO的基本操作(三)删除
最新推荐文章于 2024-02-01 12:18:01 发布