📄 bottom.asp
字号:
<%
set rs=nothing
Set rs=server.createobject("ADODB.RECORDSET")
rs.open "Select * From option1",Conn,3,3
rs("count")=rs("count")+1
rs.update
%>
<link href="1.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style2 {color: #0000FF}
.style3 {color: #339900}
-->
</style>
<table width="750" border="0" cellspacing="0" cellpadding="0" align="center" height="3">
<tr>
<td></td>
</tr>
</table>
<span style="FONT-SIZE: 9pt"> </span>
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr valign="top">
<td width="100%" height="18" colspan="3"> <p align="center">桃源多功能留言板,访问:<%=rs("count")%>次<br>
Copyright(C) 2004-2005 <A href="http://www.mytaoyuan.com/" target=_blank><B><FONT
face=Arial><span class="style2">www.</span></FONT><FONT
face=Arial color=#cc3300><FONT color=#ff9900>mytaoyuan</FONT></FONT><span class="style3"><FONT
face=Arial>.com</FONT></span></B></A> All Rights Reserved<br>
</p>
</td>
</tr>
</table>
<%
rs11.close
set rs11=nothing
rs.close
set rs=nothing
set rs1=nothing
set rs2=nothing
conn.close
set conn=nothing
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -