⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 help.asp

📁 创建和运行动态、交互的Web服务器应用程序
💻 ASP
字号:
<!--#include file="conn.asp"-->
<!--#include file="webtop.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">
<%
dim action
    action=request.QueryString("action")%>
<table width="10" height="7" border="0" cellpadding="0" cellspacing="0">
  <tr> 
    <td height=7></td>
  </tr>
</table>
<table width="776" border="0" align="center" cellpadding="1" cellspacing="1">
  <tr> 
    <td width="177" height="105" valign="top" bgcolor="#E8F1FF"><table width="90%" border="1" align="center" cellpadding="0" cellspacing="0" bgcolor="#5F95D3" bordercolorlight="#666666" bordercolordark="#ffffff">
        <tr> 
          <td height="16"> <div align="center"><font color="#FFFFFF"><strong>帮 助</strong></font></div></td>
        </tr>
      </table>
      <table width="86%" border="0" align="center" cellpadding="3" cellspacing="1">
        <tr> 
          <td height="16"><img src="images/arrow_list.gif" width="13" height="7" align="absmiddle"> 
            <a href="help.asp?action=gouwuliucheng">购物流程</a> </td>
        </tr>
        <tr> 
          <td height="16"><img src="images/arrow_list.gif" width="13" height="7" align="absmiddle"> 
            <a href="help.asp?action=feiyong">送货方式及费率</a></td>
        </tr>
        <tr> 
          <td height="16"><img src="images/arrow_list.gif" width="13" height="7" align="absmiddle"> 
            <a href="help.asp?action=fukuan">付款方式</a></td>
        </tr>
        <tr> 
          <td height="16"><img src="images/arrow_list.gif" width="13" height="7" align="absmiddle"> 
            <a href=help.asp?action=tiaokuan>交易条款</a></td>
        </tr>
        <tr> 
          <td height="16"><img src="images/arrow_list.gif" width="13" height="7" align="absmiddle"> 
            <a href=help.asp?action=yunshushuoming>运输说明</a></td>
        </tr>
        <tr> 
          <td height="16"><img src="images/arrow_list.gif" width="13" height="7" align="absmiddle"> 
            <a href=help.asp?action=baomi>保密安全</a></td>
        </tr>
        <tr> 
          <td height="16"><img src="images/arrow_list.gif" width="13" height="7" align="absmiddle"> 
            <a href=help.asp?action=gongzuoshijian>我们的工作时间</a></td>
        </tr>
        <tr> 
          <td height="16"><img src="images/arrow_list.gif" width="13" height="7" align="absmiddle"> 
            <a href=help.asp?action=shouhoufuwu>商品销售和售后服务</a></td>
        </tr>
        <tr> 
          <td height="16"><img src="images/arrow_list.gif" width="13" height="7" align="absmiddle"> 
            <a href=help.asp?action=shiyongfalv>适用法律和版权声明</a></td>
        </tr>
        <tr> 
          <td height="16"><img src="images/arrow_list.gif" width="13" height="7" align="absmiddle"> 
            <a href=help.asp?action=changjianwenti>常见问题</a></td>
        </tr>
      </table> </td>
    <td width="592" valign="top"><div align="center"></div>
      <table width="96%" border="0" align="center" cellpadding="1" cellspacing="1" bgcolor="#D0E2FD">
        <tr> 
          <td height="165" valign="top" bgcolor="#FFFFFF">
		 <table width="10" height="7" border="0" cellpadding="0" cellspacing="0">
  <tr> 
    <td height=7></td>
  </tr>
</table> <%select case action
		  case "fukuan"
		  %><div align="center"><font color="#FF6600" size="2"><strong>付 款 方 式</strong></font> </div>
            <table width="90%" border="0" align="center" cellpadding="1" cellspacing="1">
              <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%>&nbsp;</td>
              </tr>
            </table>
			<%case "gouwuliucheng"%>
			<div align="center"><font color="#FF6600" size="2"><strong>购 物 流 程</strong></font> </div>
            <table width="90%" border="0" align="center" cellpadding="1" cellspacing="1">
              <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%>&nbsp;</td>
              </tr>
            </table>
            <%case "feiyong"%>
			<div align="center"><font color="#FF6600" size="2"><strong>送货方式及费率</strong></font> </div>
            <table width="90%" border="0" align="center" cellpadding="1" cellspacing="1" 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%>&nbsp;</td>
              </tr>
            </table>
            <%case "yunshushuoming"%>
            <div align="center"><font color="#FF6600" size="2"><strong>运 输 说 明</strong></font> </div>
            <table width="90%" 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%>&nbsp;</td>
              </tr>
            </table>
            <%case "tiaokuan"%>
            <div align="center"><font color="#FF6600" size="2"><strong>交 易 条 款</strong></font> </div>
            <table width="90%" 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%>&nbsp;</td>
              </tr>
            </table>
            <%case "yunshushuoming"%>
             <div align="center"><font color="#FF6600" size="2"><strong>运 输 说 明</strong></font> </div>
            <table width="90%" 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%>&nbsp;</td>
              </tr>
            </table>
            <%case "gongzuoshijian"%>
             <div align="center"><font color="#FF6600" size="2"><strong>我们的工作时间</strong></font> </div>
            <table width="90%" 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%>&nbsp;</td>
              </tr>
            </table>
            <%case "shouhoufuwu"%>
             <div align="center"><font color="#FF6600" size="2"><strong>商品销售和售后服务</strong></font> </div>
            <table width="90%" 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%>&nbsp;</td>
              </tr>
            </table>
            <%case "baomi"%>
            <div align="center"><font color="#FF6600" size="2"><strong>保 密 安 全</strong></font> </div>
            <table width="90%" 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%>&nbsp;</td>
              </tr>
            </table>
            <%case "changjianwenti"%>
            <div align="center"><font color="#FF6600" size="2"><strong>常 见 问 题</strong></font> </div>
            <table width="90%" 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%>&nbsp;</td>
              </tr>
            </table>
            <%case "shiyongfalv"%>
            <div align="center"><font color="#FF6600" size="2"><strong>适用法律和版权声明</strong></font> </div>
            <table width="90%" 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%>&nbsp;</td>
              </tr>
            </table>
			<%end select%></td>
        </tr>
      </table></td>
  </tr>
</table><!--#include file="service.asp"-->
<!--#include file="copyright.asp"-->
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -