📄 a_bottom.asp
字号:
<!--#include file="include/dbopenbd.asp"-->
<style type=text/css>
.up{MARGIN-TOP: -139px;MARGIN-left:0px}
</style>
<%
Set rsp = conn.Execute("select id,txttitle from s_page where status='1' order by id")
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='25' align='center'>"
i=0
Do While Not rsp.eof
if i>0 then response.write " | "
response.write "<a href='page.asp?id="&rsp("id")&"'> "&rsp("txttitle")&" </a>"
i=i+1
if i=8 then
response.Write "<br>"
i=0
end if
rsp.movenext
loop
response.write "</td></tr></table></td></tr><tr><td height=10> </td></tr></table></center>"
rsp.close
set rsp=nothing%>
<!--#include file="links.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></tr>
<tr><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>
</td></tr></table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -