📄 help.asp
字号:
<!--#include file="conn.asp"-->
<!--#include file="webconfig.asp"-->
<html><head><title><%=webname%>--付款方式</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="images/css.css" rel="stylesheet" type="text/css">
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!--#include file="webtop.asp"-->
<%
dim action
action=request.QueryString("action")
if InStr(action,"'")>0 then
response.write"<script>alert(""非法访问!"");location.href=""../index.asp"";</script>"
response.end
end if
%>
<table width="760" align="center" border="0" cellspacing="0" cellpadding="0" class="table-zuoyou">
<tr>
<td width="180" valign="top" bordercolor="#FFFFFF" bgcolor="#FFFFFF">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td bgColor=#cccccc height=1></TD>
</tr>
<tr>
<td bgColor=#ffffff height=1></TD>
</tr>
<tr>
<td bgcolor="#f1f1f1" height="30"> 在线帮助</td>
</tr>
<tr>
<td bgColor=#cccccc height=1></TD>
</tr>
<tr>
<td bgColor=#f1f1f1 height=3></TD>
</tr>
<tr>
<td>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="24"> <img src="images/ring01.gif"> <a href="help.asp?action=gouwuliucheng">购物流程</a>
</td>
</tr>
<tr>
<td height="24"> <img src="images/ring01.gif"> <a href="help.asp?action=feiyong">送货方式及费率</a></td>
</tr>
<tr>
<td height="24"> <img src="images/ring01.gif"> <a href="help.asp?action=fukuan">付款方式</a></td>
</tr>
<tr>
<td height="24"> <img src="images/ring01.gif"> <a href=help.asp?action=tiaokuan>交易条款</a></td>
</tr>
<tr>
<td height="24"> <img src="images/ring01.gif"> <a href=help.asp?action=jifen>积分奖励</a></td>
</tr>
<tr>
<td height="24"> <img src="images/ring01.gif"> <a href=help.asp?action=vip>VIP特惠</a></td>
</tr>
<tr>
<td height="24"> <img src="images/ring01.gif"> <a href=help.asp?action=yunshushuoming>运输说明</a></td>
</tr>
<tr>
<td height="24"> <img src="images/ring01.gif"> <a href=help.asp?action=baomi>保密安全</a></td>
</tr>
<tr>
<td height="24"> <img src="images/ring01.gif"> <a href=help.asp?action=gongzuoshijian>我们的工作时间</a></td>
</tr>
<tr>
<td height="24"> <img src="images/ring01.gif"> <a href=help.asp?action=shouhoufuwu>商品销售和售后服务</a></td>
</tr>
<tr>
<td height="24"> <img src="images/ring01.gif"> <a href=help.asp?action=shiyongfalv>适用法律和版权声明</a></td>
</tr>
<tr>
<td height="24"> <img src="images/ring01.gif"> <a href=help.asp?action=changjianwenti>常见问题</a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td width="580" valign="top" class="table-zuo" bordercolor="#FFFFFF" bgcolor="#FFFFFF">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td rowspan="2">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="12v">
<tr>
<td class="12v" >
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" id="AutoNumber3" height="0" width="100%">
<tr>
<td>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="165" valign="top" bgcolor="#FFFFFF">
<table width="10" height="7" border="0" cellpadding="0" cellspacing="0">
<tr>
<td></td>
</tr>
</table>
<%select case action
case "fukuan"
%>
<table width="80%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="30"><img src="images/ring01.gif"> 付款方式 </td>
</tr>
</table>
<table width="80%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>
<%set rs=server.CreateObject("adodb.recordset")
rs.open "select huikuanfangshi from shop_config",conn,1,1
response.write trim(rs("huikuanfangshi"))
rs.close
set rs=nothing%>
</td></tr></table>
<%case "gouwuliucheng"%>
<table width="80%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="30"><img src="images/ring01.gif"> 购物流程</td>
</tr>
</table>
<table width="80%" border="0" align="center" cellpadding="0" cellspacing="0">
<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>
<%case "jifen"%>
<table width="80%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="30"><img src="images/ring01.gif"> 积分奖励</td>
</tr>
</table>
<table width="80%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>
<%set rs=server.CreateObject("adodb.recordset")
rs.open "select jifen from shop_config",conn,1,1
response.write trim(rs("jifen"))
rs.close
set rs=nothing%>
</td></tr></table>
<%case "vip"%>
<table width="80%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="30"><img src="images/ring01.gif"> VIP特惠</td>
</tr>
</table>
<table width="80%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>
<%set rs=server.CreateObject("adodb.recordset")
rs.open "select vip from shop_config",conn,1,1
response.write trim(rs("vip"))
rs.close
set rs=nothing%>
</td></tr></table>
<%case "feiyong"%>
<table width="80%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="30"><img src="images/ring01.gif"> 送货方式及费率 </td>
</tr>
</table>
<table width="80%" border="0" align="center" cellpadding="0" cellspacing="0" id="Table1">
<tr>
<td>
<%set rs=server.CreateObject("adodb.recordset")
rs.open "select songhuofeiyong from shop_config",conn,1,1
response.write trim(rs("songhuofeiyong"))
rs.close
set rs=nothing%>
</td></tr></table>
<%case "yunshushuoming"%>
<table width="80%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="30"><img src="images/ring01.gif"> 运输说明</td>
</tr>
</table>
<table width="80%" border="0" align="center" cellpadding="0" cellspacing="0" 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"%>
<table width="80%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="30"><img src="images/ring01.gif"> 交易条款</td>
</tr>
</table>
<table width="80%" border="0" align="center" cellpadding="0" cellspacing="0" 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"%>
<table width="80%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="30"><img src="images/ring01.gif"> 运输说明</td>
</tr>
</table>
<table width="80%" border="0" align="center" cellpadding="0" cellspacing="0" 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"%>
<table width="80%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="30"><img src="images/ring01.gif"> 我们的工作时间 </td>
</tr>
</table>
<table width="80%" border="0" align="center" cellpadding="0" cellspacing="0" 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"%>
<table width="80%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="30"><img src="images/ring01.gif"> 商品销售和售后服务 </td>
</tr>
</table>
<table width="80%" border="0" align="center" cellpadding="0" cellspacing="0" 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"%>
<table width="80%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="30"><img src="images/ring01.gif"> 保密安全</td>
</tr>
</table>
<table width="80%" border="0" align="center" cellpadding="0" cellspacing="0" 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"%>
<table width="80%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="30"><img src="images/ring01.gif"> 常见问题</td>
</tr>
</table>
<table width="80%" border="0" align="center" cellpadding="0" cellspacing="0" 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"%>
<table width="80%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="30"><img src="images/ring01.gif"> 适用法律和版权声明 </td>
</tr>
</table>
<table width="80%" border="0" align="center" cellpadding="0" cellspacing="0" 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%>
<table width="80%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="30"><img src="images/ring01.gif"> 购物流程 </td>
</tr>
</table>
<table width="80%" border="0" align="center" cellpadding="0" cellspacing="0" 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>
</td>
</tr>
</table>
<!--#include file="copyright.asp"-->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -