📄 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"))
if action="" then
action="gouwuliucheng"
end if
%>
<table width="60%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="25" align="center"><a href="help.asp?action=gouwuliucheng">购物流程</a></td>
<td align="center"><a href="help.asp?action=fangshifeiyong">送货方式及费率</a></td>
<td align="center"><a href="help.asp?action=tiaokuan">交易条款</a></td>
</tr>
<tr>
<td height="25" align="center"><a href="help.asp?action=jifen">积分说明</a></td>
<td align="center"><a href="help.asp?action=yunshu">运输说明</a></td>
<td align="center"><a href="help.asp?action=baomi">保密与安全</a></td>
</tr>
<tr>
<td height="25" align="center"><a href="help.asp?action=workingtime">工作时间</a></td>
<td align="center"><a href="help.asp?action=shouhoufuwu">售后服务</a></td>
<td align="center"><a href="help.asp?action=falvbanquan">法律与版权</a></td>
</tr>
</table>
<%sql="select "&action&" from system"
set rs=server.createobject("adodb.recordset")
rs.open sql,conn,1,1
'response.write(rs(""&action&""))
'response.end
%>
<form name="form1" method="post" action="save_help.asp?action=<%=action%>">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="25" align="center" bgcolor="f0f0f0">填写内容</td>
</tr>
<tr>
<td align="center">
<INPUT type="hidden" name="content" value="<%=server.HTMLEncode(rs(""&action&""))%>">
<iframe ID="Editor" name="Editor" src="HtmlEditor/index.html?ID=content" frameBorder="0" marginHeight="0" marginWidth="0" scrolling="No" style="height:320px;width:600px"></iframe> </td>
</td>
</tr>
<tr>
<td height="25" align="center">
<input type="submit" name="Submit" value="保存修改">
</td>
</tr>
</table></form>
<%rs.close:set rs=nothing%>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -