📄 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"))="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="images/css.css" rel="stylesheet" type="text/css">
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onMouseOver="window.status='〖<%=webname%>〗<%=weburl%>如果您喜欢本站,别忘了把本站介绍给您的好友哦!';return false">
<!--#include file="webtop.asp"-->
<TABLE width=778 border=0 align=center cellPadding=0 cellSpacing=0 background="images/content.gif">
<TBODY>
<TR>
<TD class=b width=7> </TD>
<TD class=b vAlign=top align=left width=764><table width="760" align="center" border="0" cellspacing="0" cellpadding="0" class="table-zuoyou" bordercolor="#CCCCCC">
<tr>
<td valign="top" bordercolor="#FFFFFF" bgcolor="#FFFFFF" align="center"><table width="80%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><br>
<%
if InStr(request("action"),"'")>0 then
response.write"<script>alert(""非法访问!"");location.href=""../index.asp"";</script>"
response.end
end if
%>
<%
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></TD>
<TD class=b width=7></TD>
</TR>
</TBODY>
</TABLE>
<!--#include file="service.asp"-->
<!--#include file="copyright.asp"-->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -