首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

嵌入EUM汇报

2012-10-30 
嵌入EUM报告1。解决Genrate Button无反应问题?修改topazlib.js中generateReport函数为:function updateActi

嵌入EUM报告

1。解决Genrate Button无反应问题

?

修改topazlib.js中generateReport函数为:

function updateActiveProfile(){ var flag= location.href.indexOf("cmcc-bac");var dimRadio = getProfileFilterCtrl();    var selectedValue ;    if(typeof(dimRadio.value) != "undefined")      selectedValue = dimRadio.value; //in case of only one input in the list    else{      //the dim radion is a list of inputs      // Loop from zero to the one minus the number of radio button selections      for (counter = 0; counter < dimRadio.length; counter++)        if (dimRadio[counter].checked)          selectedValue = dimRadio[counter].value;    }//else    var navBar = getNavBarForm();    if (navBar.filterProfileId){      navBar.filterProfileId.value = selectedValue;    }    navBar.DimensionFilterChanged.value = "true";    submitNavBarFormFiltered();if(flag==-1){document.execCommand('Refresh') }  }

?

?

?

热点排行