Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
ShowCounter.asp
Package: qiyeguanli.rar [view]
Upload User: ahxunteng
Upload Date: 2022-05-16
Package Size: 1606k
Code Size: 1k
Category:
WEB(ASP,PHP,...)
Development Platform:
VBScript
- <!--#include file="../inc/conn.asp"-->
- <!--#include file="config.asp"-->
- <%
- imgpath="../counter/num/style"
- set rs=server.createobject("adodb.recordset")
- sqltext="select querycount from sysdata where code='全屏2008'"
- rs.open sqltext,conn,1,1
- totcount=rs(0)
- totcount=totcount+fake
- rs.close
- %>
- <%if show="on" then %>
- document.write("共有");
- <%if style=0 then %>
- document.write("<font color=red><%=totcount%></font>");
- <%else %>
- <%for i=1 to len(totcount)%>
- document.write("<img src=<%=imgpath%><%=style%>/<%=mid(totcount,i,1)%>.gif width=12 height=12>");
- <%next%>
- <%end if %>
- document.write("人次访问");
- <%end if%>
- <%set rs=nothing %>