📄 xingxi.asp
字号:
<!--#include file=byshop_conn.asp-->
<!--#include file="webhead.asp"-->
<head>
<meta http-equiv="Content-Language" content="en-us">
<title>
<%if lcase(request("action"))="huikuanfangshi" then
response.write "收费标准"
elseif lcase(request("action"))="contant" then
response.write "联系我们"
elseif lcase(request("action"))="about" then
response.write "关于我们"
elseif lcase(request("action"))="gg" then
response.write "广告服务"
else
response.write "联系我们"
end if%>-<%=webname%>
</title>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<script src="js/byshop.JS" type="text/javascript" language="JavaScript"></script>
<div align="center"><br>
<table border="1" width="779" id="table1" cellpadding="0" style="border-collapse: collapse" bordercolor="#BDDBE9">
<tr>
<td>
<table border="0" width="100%" id="table2" cellspacing="0" cellpadding="0">
<tr>
<td width=100> </td>
<td> <table border="0" width="590" id="table1" cellspacing="0" cellpadding="0">
<tr>
<td height=1 ></td>
</tr>
<tr>
<td>
<p align="center"><span lang="zh-cn"><%if lcase(request("action"))="huikuanfangshi" then
response.write "收费标准"
elseif lcase(request("action"))="contant" then
response.write "联系我们"
elseif lcase(request("action"))="about" then
response.write "关于我们"
elseif lcase(request("action"))="gg" then
response.write "广告服务"
else
response.write "联系我们"
end if%></span></td>
</tr>
<tr>
<td height=1 ></td>
</tr>
<tr>
<td><%set rs=server.createobject("adodb.recordset")
rs.open "select huikuanfangshi,contant,about,gg from xingxi ",conn,1,1
if lcase(request("action"))="huikuanfangshi" then
response.write rs("huikuanfangshi")
elseif lcase(request("action"))="contant" then
response.write rs("contant")
elseif lcase(request("action"))="about" then
response.write rs("about")
elseif lcase(request("action"))="gg" then
response.write rs("gg")
else
response.write rs("about")
end if
rs.close
set rs=nothing
%>
</td>
</tr>
<tr>
<td > </td>
</tr>
</table>
</td>
<td width=100> </td>
</tr>
</table>
</td>
</tr>
</table>
<p>
<!--#include file=webfoot.asp-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -