📄 help.asp
字号:
</td>
</tr>
</table>
<%case "yunshushuoming"%>
<div align="center">
<table width="440" border="0" align="center" cellpadding="1" cellspacing="1">
<tr>
<td><font color="#666666">运输说明</font></td>
</tr>
<tr>
<td background="images/bj_x1.gif" height="1"></td>
</tr>
</table>
</div>
<table width="440" border="0" align="center" cellpadding="1" cellspacing="1" id="Table2">
<tr>
<td>
<%set rs=server.CreateObject("adodb.recordset")
rs.open "select yunshushuoming from shop_config",conn,1,1
response.write trim(rs("yunshushuoming"))
rs.close
set rs=nothing%>
</td>
</tr>
</table>
<%case "tiaokuan"%>
<div align="center">
<table width="440" border="0" align="center" cellpadding="1" cellspacing="1">
<tr>
<td><font color="#666666">交易条款</font></td>
</tr>
<tr>
<td background="images/bj_x1.gif" height="1"></td>
</tr>
</table>
</div>
<table width="440" border="0" align="center" cellpadding="1" cellspacing="1" id="Table3">
<tr>
<td>
<%set rs=server.CreateObject("adodb.recordset")
rs.open "select jiaoyitiaokuan from shop_config",conn,1,1
response.write trim(rs("jiaoyitiaokuan"))
rs.close
set rs=nothing%>
</td>
</tr>
</table>
<%case "yunshushuoming"%>
<div align="center">
<table width="440" border="0" align="center" cellpadding="1" cellspacing="1">
<tr>
<td><font color="#666666">运输说明</font>
</td>
</tr>
<tr>
<td background="images/bj_x1.gif" height="1"></td>
</tr>
</table>
</div>
<table width="440" border="0" align="center" cellpadding="1" cellspacing="1" id="Table4">
<tr>
<td>
<%set rs=server.CreateObject("adodb.recordset")
rs.open "select yunshushuoming from shop_config",conn,1,1
response.write trim(rs("yunshushuoming"))
rs.close
set rs=nothing%>
</td>
</tr>
</table>
<%case "gongzuoshijian"%>
<div align="center">
<table width="440" border="0" align="center" cellpadding="1" cellspacing="1">
<tr>
<td><font color="#666666">我们的工作时间</font></td>
</tr>
<tr>
<td background="images/bj_x1.gif" height="1"></td>
</tr>
</table>
</div>
<table width="440" border="0" align="center" cellpadding="1" cellspacing="1" id="Table5">
<tr>
<td>
<%set rs=server.CreateObject("adodb.recordset")
rs.open "select gongzuoshijian from shop_config",conn,1,1
response.write trim(rs("gongzuoshijian"))
rs.close
set rs=nothing%>
</td>
</tr>
</table>
<%case "shouhoufuwu"%>
<div align="center"><font size="2"></font>
<table width="440" border="0" align="center" cellpadding="1" cellspacing="1">
<tr>
<td><font color="#666666">商品销售和售后服务</font></td>
</tr>
<tr>
<td background="images/bj_x1.gif" height="1"></td>
</tr>
</table>
</div>
<table width="440" border="0" align="center" cellpadding="1" cellspacing="1" id="Table6">
<tr>
<td>
<%set rs=server.CreateObject("adodb.recordset")
rs.open "select shouhoufuwu from shop_config",conn,1,1
response.write trim(rs("shouhoufuwu"))
rs.close
set rs=nothing%>
</td>
</tr>
</table>
<%case "baomi"%>
<div align="center"><font size="2"></font>
<table width="440" border="0" align="center" cellpadding="1" cellspacing="1">
<tr>
<td><font color="#666666">保密安全</font></td>
</tr>
<tr>
<td background="images/bj_x1.gif" height="1"></td>
</tr>
</table>
</div>
<table width="440" border="0" align="center" cellpadding="1" cellspacing="1" id="Table7">
<tr>
<td>
<%set rs=server.CreateObject("adodb.recordset")
rs.open "select baomi from shop_config",conn,1,1
response.write trim(rs("baomi"))
rs.close
set rs=nothing%>
</td>
</tr>
</table>
<%case "changjianwenti"%>
<div align="center"></div>
<div align="center">
<table width="440" border="0" align="center" cellpadding="1" cellspacing="1">
<tr>
<td><font color="#666666">常见问题</font></td>
</tr>
<tr>
<td background="images/bj_x1.gif" height="1"></td>
</tr>
</table>
</div>
<table width="440" border="0" align="center" cellpadding="1" cellspacing="1" id="Table8">
<tr>
<td>
<%set rs=server.CreateObject("adodb.recordset")
rs.open "select changjianwenti from shop_config",conn,1,1
response.write trim(rs("changjianwenti"))
rs.close
set rs=nothing%>
</td>
</tr>
</table>
<%case "shiyongfalv"%>
<div align="center">
<table width="440" border="0" align="center" cellpadding="1" cellspacing="1">
<tr>
<td><font color="#666666">适用法律和版权声明</font></td>
</tr>
<tr>
<td background="images/bj_x1.gif" height="1"></td>
</tr>
</table>
</div>
<table width="440" border="0" align="center" cellpadding="1" cellspacing="1" id="Table9">
<tr>
<td>
<%set rs=server.CreateObject("adodb.recordset")
rs.open "select shiyongfalv from shop_config",conn,1,1
response.write trim(rs("shiyongfalv"))
rs.close
set rs=nothing%>
</td>
</tr>
</table>
<%case else%>
<div align="center">
<table width="440" border="0" align="center" cellpadding="1" cellspacing="1">
<tr>
<td><font color="#666666">购物流程</font></td>
</tr>
<tr>
<td background="images/bj_x1.gif" height="1"></td>
</tr>
</table>
</div>
<table width="440" border="0" align="center" cellpadding="1" cellspacing="1" id="Table9">
<tr>
<td>
<%set rs=server.CreateObject("adodb.recordset")
rs.open "select gouwuliucheng from shop_config",conn,1,1
response.write trim(rs("gouwuliucheng"))
rs.close
set rs=nothing%>
</td>
</tr>
</table>
<%end select%>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<br>
<br>
</td>
</tr>
</table>
<!--#include file="service1.asp"-->
<!--#include file="copyright.asp"-->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -