📄 save_help.asp
字号:
<!--#include file="conn.asp"-->
<%call time_out()%>
<%
if instr(session("proview"),"s5")=0 then
response.Write "<script language=javascript>alert('您无权操作!');window.location.href='index.asp';</script>"
response.end
end if%>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
</head>
<body>
<%
action=trim(Request("action"))
select case action
case "gouwuliucheng"
shouming="购物流程"
case "fangshifeiyong"
shouming="送货方式及费率"
case "tiaokuan"
shouming="交易条款"
case "jifen"
shouming="积分说明"
case "yunshu"
shouming="运输说明"
case "baomi"
shouming="保密与安全"
case "workingtime"
shouming="工作时间"
case "shouhoufuwu"
shouming="售后服务"
case "falvbanquan"
shouming="法律与版权"
end select
sql="select "&action&" from system"
set rs=server.createobject("adodb.recordset")
rs.open sql,conn,1,3
rs(""&action&"")=trim(Request("content"))
rs.update
rs.close:set rs=nothing
response.Write "<script language=javascript>alert('"&shouming&"修改成功!');window.location.href='help.asp?action="&action&"';</script>"
%>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -