?? about.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> </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 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("shopzhiwang")("username")="" and request.cookies("shopzhiwang")("shjianame")="" then%>
<!--#include file="info_user.asp"-->
<%elseif request.cookies("shopzhiwang")("username")<>"" then%>
<%end if%>
<%'--登陸結束--%>
<!--#include file="info_news.asp"-->
<!--#include file="info_market1.asp" -->
<!--#include file="info_history.asp"--></td>
</tr>
</table>
<!--#include file="webfoot.asp"-->
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -