📄 admin_fankui_edit_save.asp
字号:
<%if session("pass")<>"ok" then
Response.Redirect "index.asp"
Response.End
end if
%>
<!--#include file =conn.asp-->
<!--#include file="ChkURL.asp"-->
<%
'--------------------------
baoxiu_id=request("baoxiu_id")
user_name=request("user_name")
weixiu_zhuangtai=request("weixiu_zhuangtai")
weixiu_main=request("weixiu_main")
weixiu_time=date
'----------------------------
set rs=server.createobject("adodb.recordset")
sql="select * from baoxiu where baoxiu_id=" & baoxiu_id
rs.open sql,conn,3,2
rs("user_name")=user_name
rs("weixiu_zhuangtai")=weixiu_zhuangtai
rs("weixiu_main")=weixiu_main
rs("weixiu_time")=weixiu_time
rs.update
rs.close
set rs=nothing
conn.close
set conn=nothing
%>
<script language="javascript">
alert("反馈信息修改成功!");
window.location.href="admin_fankui_list.asp"
</script>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -