📄 buyok_down.asp
字号:
<!--#include file="include/buyok_shop_30_conn.asp"-->
<%
Set rsp = conn.Execute("select * from page")
response.write "<table cellspacing=0 cellpadding=0 width=760 aling=center bgcolor=#FFFFFF border=0 class='grayline'>"
response.write "<tr><td align='center'>"
response.write "<table align='center' bgColor='#CCCCCC' border=0 cellPadding=0 cellSpacing=1 width=720>"
response.write "<tr bgColor='#f1f1f1'>"
response.write "<td height='22' width='20%' align='center'><b>关于我们</b></td>"
response.write "<td height='22' width='20%' align='center'><b>购物指南</b></td>"
response.write "<td height='22' width='20%' align='center'><b>服务保证</b></td>"
response.write "<td height='22' width='20%' align='center'><b>客户服务</b></td>"
response.write "<td height='22' width='20%' align='center'><b>其它说明</b></td></tr>"
for hang=1 to help_hang
response.write "<tr bgColor='#ffffff'>"
for lie=1 to 5
ID=lie*10+hang
ID=cstr(id)
title="title"&id
url="url"&id
body="body"&id
response.write "<td height=23 align=center>"
if rsp(url)<>"" then
response.write "<a href='"&rsp(url)&"'> "&rsp(title)&" </a>"
else
response.write "<a href='page.asp?id="&id&"'> "&rsp(title)&" </a>"
end if
response.write "</td>"
next
response.write "</tr>"
next
response.write "</table></td></tr><tr><td height=10> </td></tr></table></center>"
body99=rsp("body99")
set rsp=nothing%>
<!--#include file="buyok_link.asp"-->
<table width=760 border=0 cellspacing=0 cellpadding=0 align='center' bgcolor="#FFFFFF" background=images/small/botbg.gif height=15 class='grayline'>
<tr><td height=10> </td></tr>
</table>
<table width=760 border=0 cellspacing=0 cellpadding=0 align='center' bgcolor="#FFFFFF" background=images/small/backdown.gif class='grayline'>
<tr><td height=10> </td></tr>
<tr><td align='center'><%=body99%></td>
<td width=30 valign="bottom">
<a href="javascript:window.scroll(0,0);"><img border=0 src=images/small/backtop.gif alt=回到页面顶部></a></td></tr>
</table>
<!--#include file="buyok_kefu.asp"-->
<%if menu=1 then%>
<DIV style="position:absolute; top:1; left:1">
<!--#include file="buyok_menu.asp"-->
</DIV>
<%
end if
%>
<script src="buyok_tj1.asp"></script>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -