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

📄 about.asp

📁 电子商务购物系统
💻 ASP
字号:
<!--#include file="conn.asp"-->
<!--#include file="webconfig.asp"-->
<html>
<head>
<title><%=webname%>--<%if lcase(request("action"))="about" then 
		       response.write "关于本站"
                       elseif lcase(request("action"))="lxwm" then 
                       response.write "联系我们"
                       elseif lcase(request("action"))="jtcg" then 
                       response.write "集团采购"
                       else
                       response.write "集团采购"
                       end if%></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="css.css" rel="stylesheet" type="text/css">
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- onMouseOver="window.status='【<%=webname%>】<%=weburl%> 如果您喜欢本站,别忘了把本站介绍给您的好友哦!:)';return true">-->
<%dim dada,dadaurl,xiao1,xiao2,xiao3,xiao1url,xiao2url,xiao3url,tx1,tx1url,tx2,tx2url,tx3,tx3url
set rs=server.CreateObject("adodb.recordset")
rs.open "select * from shop_gg",conn,1,1
dada=trim(rs("458"))
dadaurl=trim(rs("458url"))
xiao1=trim(rs("2541"))
xiao1url=trim(rs("2541url"))
xiao2=trim(rs("2542"))
xiao2url=trim(rs("2542url"))
xiao3=trim(rs("2543"))
xiao3url=trim(rs("2543url"))
tx1=trim(rs("1441"))
tx1url=trim(rs("1441url"))
tx2=trim(rs("1442"))
tx2url=trim(rs("1442url"))
tx3=trim(rs("1443"))
tx3url=trim(rs("1443url"))

rs.close
set rs=nothing
%>
<%dim gg1,gg2,gg3,gg4,gg1url,gg2url,gg3url,gg4url
set rs=server.CreateObject("adodb.recordset")
rs.open "select * from shop_gg",conn,1,1
gg1=trim(rs("1601"))
gg1url=trim(rs("1601url"))
gg2=trim(rs("1602"))
gg2url=trim(rs("1602url"))
gg3=trim(rs("1603"))
gg3url=trim(rs("1603url"))
gg4=trim(rs("1604"))
gg4url=trim(rs("1604url"))
rs.close
set rs=nothing
%>
<!--#include file="webtop.asp"-->
<table width="760" border="0" cellspacing="0" cellpadding="0" align="center" class="table-zuoyou">
  <tr> 
    <td width="180" valign="top"> 
      <!--#include file="searchinfo.asp"-->
      <!--#include file="gouwucheinfo.asp"-->
      <!--#include file="fenleiinfo.asp"-->
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr> 
          <td>&nbsp;</td>
        </tr>
      </table>
    </td>
    <td width="400" valign="top" bordercolor="#FFFFFF" bgcolor="#FFFFFF" class="table-zuoyou"> 
      <div align="center"> 
        <table width="100%" class="table-shangxia" border="0" cellspacing="0" cellpadding="0">
          <tr> 
            <td height="23">  
              <!--#include file="xinxi.asp"-->
            </td>
          </tr>
        </table>
        <table width="370" border="0" cellspacing="0" cellpadding="4" align="center">
          <tr> 
            <td colspan="4"> 
              <table width="100%" border="0" cellspacing="1" cellpadding="1">
                <tr> 
                  <td> <br>
                    <%set rs=server.createobject("adodb.recordset")
                              rs.open "select about,lxwm,jtcg from shop_config ",conn,1,1
                              if lcase(request("action"))="about" then 
                              response.write rs("about")
                              elseif lcase(request("action"))="lxwm" then 
                              response.write rs("lxwm")
                              elseif lcase(request("action"))="jtcg" then 
                              response.write rs("jtcg")
                              else
                              response.write rs("about")
                              end if
                              rs.close
                              set rs=nothing
                              %>
                    <br>
                  </td>
                </tr>
              </table>
            </td>
          </tr>
        </table>
      </div>
    </td>
    <td width="180" valign="top"> 
      <!--#include file="newsinfo.asp"-->
      <!--#include file="xiaoshouinfo.asp"-->
      <!--#include file="toupiaoinfo.asp"-->
    </td>
  </tr>
</table>
<!--#include file="service1.asp"-->
<!--#include file="copyright.asp"-->
</body>
</html>

⌨️ 快捷键说明

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