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
whtdata.js
Package: AdventNetSNMPAPI_4.zip [view]
Upload User: aonuowh
Upload Date: 2021-05-23
Package Size: 35390k
Code Size: 1k
Category:
SNMP
Development Platform:
C/C++
- var gTEA = new Array();
- function aTE()
- {
- gTEA[gTEA.length] = new tocEntry(aTE.arguments);
- }
- function tocEntry(fn_arguments)
- {
- if (fn_arguments.length < 3)
- {
- alert ("data format wrong!!!");
- return;
- }
- this.nType = fn_arguments[0];
- this.nContents = fn_arguments[1];
- this.sItemName = fn_arguments[2];
- if (this.nType == 1 || this.nType == 2 || this.nType == 16)
- {
- if (fn_arguments.length > 3)
- {
- this.sItemURL = fn_arguments[3];
- if (fn_arguments.length > 4)
- {
- this.sTarget = fn_arguments[4];
- if (fn_arguments.length > 5)
- this.sIconRef = fn_arguments[5];
- }
- }
- }
- if (this.nType == 4 || this.nType == 8)
- {
- if (fn_arguments.length > 3)
- {
- this.sRefURL = fn_arguments[3];
- if (fn_arguments.length > 4)
- {
- this.sItemURL = fn_arguments[4];
- if (fn_arguments.length > 5)
- {
- this.sTarget = fn_arguments[5];
- if (fn_arguments.length > 6)
- this.sIconRef = fn_arguments[6];
- }
- }
- }
- }
- }
- function window_OnLoad()
- {
- if (parent && parent != this && parent.putData) {
- parent.putData(gTEA);
- }
- }
- window.onload = window_OnLoad;