whgdata.js
上传用户:aonuowh
上传日期:2021-05-23
资源大小:35390k
文件大小:0k
源码类别:

SNMP编程

开发平台:

C/C++

  1. var gIEA = new Array();
  2. function aGE(sName, sDef)
  3. {
  4. var len = gIEA.length;
  5. gIEA[len] = new gloEntry(sName, sDef);
  6. }
  7. function gloEntry(sName, sDef) 
  8. {
  9. this.sName = sName;
  10. this.sDef = sDef;
  11. this.nNKOff = 0;
  12. }
  13. function window_OnLoad()
  14. {
  15. if (parent && parent != this) {
  16. if (parent.putData) 
  17. {
  18. parent.putData(gIEA);
  19. }
  20. }
  21. }
  22. window.onload = window_OnLoad;