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

📄 help.asp

📁 漂亮公司企业网站自助建站系统 .asp.rar
💻 ASP
📖 第 1 页 / 共 2 页
字号:
<!--#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 cellSpacing=0 cellPadding=0 width=772 align=center border=0>
  <TBODY>
    <TR>
      <td width="1" background="image/bgbg.gif"></td>
      <TD class=b vAlign=top align=left width=764><table width="760" align="center" border="0" cellspacing="0" cellpadding="0" class="table-zuoyou">
        <tr>
          <td width="178" 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 height="30"><img src="image/help.gif" width="178" height="33"></td>
              </tr>
             
                                   </table>
            <table width="99%" 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>
          <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="590" height="1" border="0" cellpadding="0" cellspacing="0">
                                            <tr>
                                              <td background="image/bgbg.gif"></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 wq_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 wq_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 wq_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 wq_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 wq_config",conn,1,1
				response.write trim(rs("songhuofeiyong"))
				rs.close
				set rs=nothing%>
                                                </td>

⌨️ 快捷键说明

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