📄 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 + -