?? about.asp
字號(hào):
<!--#include file="conn.asp"-->
<!--#include file="webconfig.asp"-->
<html>
<head>
<title><%=webname%>--<%if lcase(request("action"))="about" then
response.write "關(guān)于本站"
elseif lcase(request("action"))="lxwm" then
response.write "聯(lián)系我們"
elseif lcase(request("action"))="jtcg" then
response.write "集團(tuán)采購(gòu)"
else
response.write "集團(tuán)采購(gòu)"
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="770" 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(""非法訪問(wèn)!"");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>
<!--#include file="copyright.asp"-->
</body>
</html>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -