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

📄 about.asp

📁 一个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"))="contact" then 
                       response.write "联系我们"
                       elseif lcase(request("action"))="aggregative" then 
                       response.write "集团采购"
                       else
                       response.write "集团采购"
                       end if%></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!--#include file="webtop.asp"-->
<table width="770" border="1" cellspacing="0" cellpadding="0" bordercolor="#EDECEC" align="center">
  <tr> 
    <td width="582" valign="top" bordercolor="#FFFFFF" bgcolor="#FFFFFF"> 
      <div align="center"> 
        <table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr> 
            <td background="images/bj_x.gif" height="1"></td>
          </tr>
          <tr> 
            <td height="35" background="images/main/th_bg.gif"> 
              <div align="center"><!--#include file="info.asp"--></div>
            </td>
          </tr>
        </table>
        <table width="582" border="0" cellspacing="0" cellpadding="4" align="center">
          <tr> 
            <td colspan="4" height=1 background="images/bj_x1.gif"></td>
          </tr>
          <tr> 
            <td colspan="4"> 
              <table width="100%" border="0" cellspacing="1" cellpadding="1">
                <tr> 
				  <td width="20"></td>
                  <td> 
                    <br><%set rs=server.createobject("adodb.recordset")
                              rs.open "select about,contact,aggregative from wq_config ",conn,1,1
                              if lcase(request("action"))="about" then 
                              response.write rs("about")
                              elseif lcase(request("action"))="contact" then 
                              response.write rs("contact")
                              elseif lcase(request("action"))="aggregative" then 
                              response.write rs("aggregative")
                              else
                              response.write rs("about")
                              end if
                              rs.close
                              set rs=nothing
                              %>
  				   <br>
				 </td>
                </tr>
              </table>
            </td>
          </tr>
          <tr> 
            <td colspan="4" height=1 background="images/bj_x1.gif"></td>
          </tr>
        </table>
        
      </div>
    </td>
    <td width="1" valign="top" background="images/bj_x.gif"></td>
    <td width="178" valign="top" bordercolor="#FFFFFF" bgcolor="#FFFFFF"> 
	 <%'--会员登陆--%>
	 <%if request.cookies("cnhww")("username")="" and request.cookies("cnhww")("shjianame")="" then%>
      <!--#include file="info_user.asp"-->
	  <%elseif request.cookies("cnhww")("username")<>"" then%>	  <!--#include file="info_history.asp"-->
      <%end if%>
	  <%'--登陆结束--%>
      <!--#include file="info_news.asp"-->
      <!--#include file="info_market.asp"-->
      <!--#include file="info_vote.asp"-->
    </td>
  </tr>
</table>
<!--#include file="webfoot.asp"-->
</body>
</html>

⌨️ 快捷键说明

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