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

SNMP编程

开发平台:

C/C++

  1. var gTEA = new Array();
  2. function aTE(sTopicTitle, sTopicURL)
  3. {
  4. var len = gTEA.length;
  5. gTEA[len] = new topicEntry(sTopicTitle, sTopicURL);
  6. }
  7. function topicEntry(sTopicTitle, sTopicURL)
  8. {
  9. this.sTopicTitle = sTopicTitle;
  10. this.sTopicURL = sTopicURL;
  11. }
  12. function window_OnLoad()
  13. {
  14. if (parent && parent != this) {
  15. if (parent.putFtsTData) 
  16. {
  17. parent.putFtsTData(gTEA);
  18. }
  19. }
  20. }
  21. window.onload = window_OnLoad;