footer12.asp

来自「1、日志增加首页显示调用index_show.asp 2、日志增加用户的修改和」· ASP 代码 · 共 26 行

ASP
26
字号
<style type="text/css">
<!--
body {
	margin-bottom: 0px;
}
.style1 {color: #666666}
-->
</style><div align="center">
	<table width="768" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td background="images/index-mid.gif"><p align="center" class="style1"><span style="font-size:11px;"><>  All CopyRight <a href="http://www.mengxisky.com">www.mengxisky.com</a> Processed
      in <%=FormatNumber(Timer()-StartTime,6,-1)%> second(s) , <%=SQLQueryNums%> queries</span>;</td>
      </tr>
    </table>
	<table width="768"  border="0" cellpadding="0" cellspacing="0" height="20">
  <tr>
    <td background="images/index_bot.gif">&nbsp;	</td>
  </tr>
</table>
</div>
</body>
</html><%
IF TypeName(Conn)<>"Nothing" Then
	Conn.Close
	Set Conn=Nothing
End IF%>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?