⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 inctop.asp

📁 功能强大的一个b/s工作站
💻 ASP
字号:
<%
sub top()
openadmin
set rscount=conn.execute("select * from vcount")
%>
<title><%=webname%></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<SCRIPT language=javascript src="lib/nav.js" type=text/javascript></SCRIPT> 
<body background="yslm/bg-solid.gif" leftmargin="0" topmargin="0">
<TABLE width=778 border=0 align="center" cellPadding=0 cellSpacing=0 background="yslm/header2.gif">
              <TBODY>
              <TR>
                <TD width=584><IMG src="yslm/header1.gif"></TD>
                
      <TD style="FONT-SIZE: 9pt; LINE-HEIGHT: 11pt" width=194 align="right" valign="bottom"><font color="#E7E7E7">总访问量:<%=rscount("vtotal")%>&nbsp;</font></TD>
    </TR></TBODY></TABLE>
			  <TABLE width=778 border=0 align="center" cellPadding=0 cellSpacing=0>
              <TBODY>
              <TR>
      <TD height="10" align=right bgColor=#f7941d><img src="yslm/slogan_top.gif" width="171" height="10"></TD>
    </TR></TBODY></TABLE>
			<TABLE width=778 border=0 align="center" cellPadding=0 cellSpacing=0>
              <TBODY>
              <TR>
                <TD height=3 bgcolor="#FFFFFF"></TD></TR>
              <TR>
                <TD height="21" align=right bgColor=#ededed class=nav_items>
                  <TABLE cellSpacing=0 cellPadding=4 border=0>
                    <TBODY>
                    <TR style="FONT-SIZE: 9pt; LINE-HEIGHT: 9pt" align=middle>
                      
              <TD ><a href="index.asp"><font color="#666666">站点首页</font></a></TD>
                      <TD class=nav_items>&nbsp;</TD>
                      
              <TD><a href="news.asp"><font color="#666666">最新新闻</font></a></TD>
                      <TD>&nbsp;</TD>
                      
              <TD><a href="article.asp"><font color="#666666">最新教程</font></a></TD>
                      <TD>&nbsp;</TD>
                      
              <TD><A 
                        href="download.asp"><font color="#666666">资源下载</font></A></TD>
                      <TD>&nbsp;</TD>
                      
              <TD><A 
                        href="showcs.asp?cscat_id=1"><font color="#666666">酷站推荐</font></A></TD>
                      <TD>&nbsp;</TD>
                      
              <TD><A 
                        href="coolsites.asp"><font color="#666666">自助连接</font></A></TD>
                      <TD>&nbsp;</TD>
                      
              <TD><A 
                        href="bbsxp/bbsxp/index.asp" target="_blank"><font color="#666666">社区论坛</font></A></TD>
                      <TD>&nbsp;</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
<table width="778" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td height="3" bgcolor="#FFFFFF"></td>
  </tr>
</table>
<%
rscount.close
set rscount=nothing
end sub

function vcount()
OPENadmin  
set rscount=conn.execute("select * from Vcount")
sql="UPDATE vcount  SET vtotal = vtotal + 1"
conn.execute (sql)
rscount.close
set rscount=nothing
end function
%>

⌨️ 快捷键说明

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