首页 > 代码库 > iwifi wan连接代码阅读

iwifi wan连接代码阅读

一: 页面

    1: 保存 buttonSave(0)

          //禁止连续点击。

          setDisabe(‘save‘, 1);  setDisable(item, value) if ( 1== value || ‘1‘ == value)  item.disabled = true else false.

 

          //wan连接名称长度不为0时, 传递

          if(wanConnName.length != 0)
          {    
            var name = wanConnName[0].split("_");
            if(linkName.value =http://www.mamicode.com/= 0 && name[0] == ‘0‘)
            {    
                loc = "ctwancfg.cgi?action=1&wanIfName=";   
                loc += ‘&sessionKey=‘ + sessionKey;
                code = ‘location="‘ + loc + ‘"‘;

                //拼接code,  location=ctwancfg.cgi?action=1&wanIfName=  &sessionKey=‘ + sessionKey     sessionkey 随机数

                  向板子发code.
                eval(code);
                return;
            }    
          }   

  

         

         

         

iwifi wan连接代码阅读