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
function.asp
Package: cnpncount15.rar [view]
Upload User: maming258
Upload Date: 2022-01-28
Package Size: 283k
Code Size: 2k
Category:
WEB(ASP,PHP,...)
Development Platform:
HTML/CSS
- <%
- function browser(info)
- if Instr(info,"NetCaptor 6.5.0")>0 then
- browser="NetCaptor 6.5.0"
- elseif Instr(info,"MyIe 3.1")>0 then
- browser="MyIe 3.1"
- elseif Instr(info,"NetCaptor 6.5.0RC1")>0 then
- browser="NetCaptor 6.5.0RC1"
- elseif Instr(info,"NetCaptor 6.5.PB1")>0 then
- browser="NetCaptor 6.5.PB1"
- elseif Instr(info,"MSIE 5.5")>0 then
- browser="Internet Explorer 5.5"
- elseif Instr(info,"MSIE 6.0")>0 then
- browser="Internet Explorer 6.0"
- elseif Instr(info,"MSIE 6.0b")>0 then
- browser="Internet Explorer 6.0b"
- elseif Instr(info,"MSIE 5.01")>0 then
- browser="Internet Explorer 5.01"
- elseif Instr(info,"MSIE 5.0")>0 then
- browser="Internet Explorer 5.00"
- elseif Instr(info,"MSIE 4.0")>0 then
- browser="Internet Explorer 4.01"
- else
- browser="其它"
- end if
- end function
- function system(info)
- if Instr(info,"NT 5.1")>0 then
- system=system+"Windows XP"
- elseif Instr(info,"Tel")>0 then
- system=system+"Telport"
- elseif Instr(info,"webzip")>0 then
- system=system+"webzip"
- elseif Instr(info,"flashget")>0 then
- system=system+"flashget"
- elseif Instr(info,"offline")>0 then
- system=system+"offline"
- elseif Instr(info,"NT 5")>0 then
- system=system+"Windows 2000"
- elseif Instr(info,"NT 4")>0 then
- system=system+"Windows NT4"
- elseif Instr(info,"98")>0 then
- system=system+"Windows 98"
- elseif Instr(info,"95")>0 then
- system=system+"Windows 95"
- elseif instr(info,"unix") or instr(info,"linux") or instr(info,"SunOS") or instr(info,"BSD") then
- system=system+"类Unix"
- elseif instr(thesoft,"Mac") then
- system=system+"Mac"
- else
- system=system+"其它"
- end if
- end function
- %>