⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 update.asp

📁 个人求职网源代码
💻 ASP
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="conn.asp" -->
<% If session("fbcpassword")<>"admin" Then 
response.Redirect("main.asp")

end if%>

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>更新纪录</title>
</head>
<% if   Trim(Request.QueryString("action"))="del"  then
dim n_id
n_id=Trim(Request.QueryString("n_id"))

sql="select * from news where n_id="&n_id
rs.open sql,conn,1,3
rs.delete
rs.update
response.Redirect("index.asp")



end if


 %>
<body>

</body>
</html>

⌨️ 快捷键说明

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