📄 bottom.asp
字号:
<div id="bottom">
<div id="other">
<ul>
<% sqlstr ="select * from other" '查表
set rs =cn.execute(sqlstr) '利用connection的execute方法运行SQL命令
Do While (Not RS.Eof)
%>
<li><a href="other.asp?id=<%=rs("id")%>" ><%=rs("title")%></a></li>
<%
rs.movenext
loop
rs.close
set rs =nothing
cn.close
set cn=nothing
%>
<li><a href="link.asp" title="加入本站友情链接">友情链接</a></li>
<li><a href="gbook.asp" title="蓝焰留言">访客留言</a></li>
</ul>
</div>
</div>
<div id="bottom" align="center">
© 2005-2008 蓝焰设计站 v2.0 ,http://www.beeaan.com, All rights reserved.
<a
href="http://www.miibeian.gov.cn/">粤ICP备05128568号</a></div>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -