📄 help.asp
字号:
<%
dim toppath,dbpath
toppath="../"
dbpath="../"
%>
<!--#include file="../db_conn.asp" -->
<!--#include file="../my_lib/my_request.asp" -->
<%
id=my_request("id",0)
if id="" or isnull(id) or IsNumeric(id)=False then
response.write("<script>alert(""参数错误!"");location.href=""../index.asp"";</script>")
response.end
else
sql="select info_title,info_content from info_set where id="&id
set rs=conn.execute (sql)
info_title=rs("info_title")
info_content=rs("info_content")
rs.close
set rs=nothing
end if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../css/main.css" rel="stylesheet" type="text/css">
<title>帮助中心-<%=info_title%></title>
</head>
<body topmargin="1">
<!--#include file="../top.asp" -->
<div align="center">
<table border="0" width="760" id="table3" cellspacing="0" cellpadding="0">
<tr>
<td height="25">当前位置:<a href="../index.asp">首页</a>>>>帮助中心>>><%=info_title%></td>
</tr>
</table>
</div>
<div align="center">
<table border="0" width="760" id="table2" cellspacing="0" cellpadding="0">
<tr>
<td width="142" height="28" bgcolor="#B1562B">
<p align="center"><font color="#FFFFFF">帮助菜单</font></td>
<td rowspan="16" valign="top">
<div align="center">
<table border="0" width="99%" id="table4" cellspacing="0" cellpadding="0">
<tr>
<td height="28" bgcolor="#808080">
<p align="center"><font color="#FFFFFF"><%=info_title%></font></td>
</tr>
<tr>
<td><%=info_content%></td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td width="142" height="20" bgcolor="#FFD89D">
【<a href="help.asp?id=15">本站简介</a>】</td>
</tr>
<tr>
<td width="142" height="20" bgcolor="#FFD89D">
【<a href="help.asp?id=3">关于我们</a>】</td>
</tr>
<tr>
<td width="142" height="20" bgcolor="#FFD89D">
【<a href="help.asp?id=13">支付说明</a>】</td>
</tr>
<tr>
<td width="142" height="20" bgcolor="#FFD89D">
【<a href="help.asp?id=16">招聘信息</a>】</td>
</tr>
<tr>
<td width="142" height="20" bgcolor="#FFD89D">【<a href="help.asp?id=18">广告信息</a>】</td>
</tr>
<tr>
<td width="142" height="20" bgcolor="#FFD89D">【<a href="help.asp?id=12">销后服务</a>】</td>
</tr>
<tr>
<td width="142" height="20" bgcolor="#FFD89D">【<a href="help.asp?id=14">配送说明</a>】</td>
</tr>
<tr>
<td width="142" height="20" bgcolor="#FFD89D">【<a href="help.asp?id=4">购物步骤</a>】</td>
</tr>
<tr>
<td width="142" height="20" bgcolor="#FFD89D">【<a href="help.asp?id=5">交易条款</a>】</td>
</tr>
<tr>
<td width="142" height="20" bgcolor="#FFD89D">【<a href="help.asp?id=6">国内顾客付款</a>】</td>
</tr>
<tr>
<td width="142" height="20" bgcolor="#FFD89D">【<a href="help.asp?id=7">国外顾客付款</a>】</td>
</tr>
<tr>
<td width="142" height="20" bgcolor="#FFD89D">【<a href="help.asp?id=8">如何查询订单</a>】</td>
</tr>
<tr>
<td width="142" height="20" bgcolor="#FFD89D">【<a href="help.asp?id=9">汇款单招领</a>】</td>
</tr>
<tr>
<td width="142" height="20" bgcolor="#FFD89D">【<a href="help.asp?id=10">退换政策</a>】</td>
</tr>
<tr>
<td width="142" height="20" bgcolor="#FFD89D">【<a href="help.asp?id=11">联系我们</a>】</td>
</tr>
</table>
</div>
<!--#include file="../end.asp"-->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -