Guest User

UPC EPC3925 "Radio Settings" Page

a guest
Apr 16th, 2015
435
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 36.85 KB | None | 0 0
  1.  
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  3. <html>
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  6. <META http-equiv="Pragma" CONTENT="no-cache">
  7. <META HTTP-EQUIV="Cache-Control" CONTENT="no-cache">
  8. <LINK REL="stylesheet" TYPE="text/css" id="menu" HREF="menu.css">
  9. <LINK REL="stylesheet" TYPE="text/css" id="webframe" HREF="webframe.css">
  10. <script language="javascript" type="text/javascript" src="menu.js"></script>
  11. <script language="javascript" type="text/javascript" src="header.js"></script>
  12. <script language="javascript" type="text/javascript" src="lang.js"></script>
  13. <script language="javascript" type="text/javascript" src=""></script>
  14. <script language="javascript" type="text/javascript" src="active.js"></script>
  15. <script language="javascript" type="text/javascript" src="ajax.js"></script>
  16. <script language="javascript" type="text/javascript" src="linux.js"></script>
  17. <script language="javascript" type="text/javascript">
  18. strHtml='<title>'+vwradio+'</title>';
  19. dw(strHtml);
  20. strHtml='<LINK REL="stylesheet" TYPE="text/css" HREF="'+vcss_type+'">';
  21. dw(strHtml);
  22.  
  23. //Searching for your client device
  24. var chList5G40M_Lower = new Array(36,44,52,60,100,108,116,124,132);
  25. var chList5G40M_Upper = new Array(40,48,56,64,104,112,120,128,136);
  26. var chList24G40M_Lower = new Array(1,2,3,4,5,6,7,8,9);
  27. var chList24G40M_Upper = new Array(5,6,7,8,9,10,11,12,13);
  28. var dot11OperMode= 3;
  29. //var wifiSecurityMode = "psk2_mixed";
  30. var IsVlanModeEnable= false;
  31. var RgDot11MbssControl= 1;
  32.  
  33. var request = false;
  34. try
  35. {
  36.     request = new XMLHttpRequest();
  37. }
  38. catch (trymicrosoft)
  39. {
  40.     try
  41.     {
  42.         request = new ActiveXObject("Msxml2.XMLHTTP");
  43.     }
  44.     catch (othermicrosoft)
  45.     {
  46.             try
  47.             {
  48.                 request = new ActiveXObject("Microsoft.XMLHTTP");
  49.             }
  50.             catch (failed)
  51.             {
  52.                 request = false;
  53.             }  
  54.     }
  55. }
  56.  
  57. function setOptionsSelected()
  58. {
  59.     var cf = document.forms[0];
  60. <!-- 2 -->
  61. <!-- 2 -->
  62. if(cf.get_radio_band.value == "0")//20Mhz
  63.  {
  64.     //set radio band
  65.     cf.radio_band[0].selected = true;
  66. <!-- 2 -->
  67. <!-- 2 -->
  68.     if(cf.h_network_band.value == "2")//2.4Ghz
  69.     {
  70. <!-- 2 -->
  71.         //set control channel
  72.         for(var i=0;i<cf.wl_channel_2Ghz_20M.length;i++)
  73.         {
  74.             if(parseInt(cf.wl_channel_2Ghz_20M[i].value,10) == parseInt(cf.h_wl_channel.value,10))
  75.             {
  76.                 cf.wl_channel_2Ghz_20M[i].selected = true;
  77.             }
  78.         }
  79. <!--  -->
  80.     }
  81.     else if(cf.h_network_band.value == "1")//5Ghz
  82.     {
  83. <!-- 2 -->
  84.         //set control channel*/
  85.         for(var i=0;i<cf.wl_channel_5Ghz_20M.length;i++)
  86.         {
  87.             if(parseInt(cf.wl_channel_5Ghz_20M[i].value,10) == parseInt(cf.h_wl_channel.value,10))
  88.             {
  89.                 cf.wl_channel_5Ghz_20M[i].selected = true;
  90.             }
  91.         }
  92. <!--  -->
  93.     }
  94. <!--  -->
  95. <!--  -->
  96.  }
  97.  else //1==40Mhz
  98.  {
  99.     //set radio band
  100.     cf.radio_band[1].selected = true;
  101. <!-- 2 -->
  102. <!-- 2 -->
  103.     if(cf.h_network_band.value == "2")//2.4Ghz
  104.     {
  105. <!-- 2 -->
  106.         //set control channel
  107.  
  108.         for(var i=0;i<cf.wl_channel_2Ghz_40M.length;i++)
  109.         {
  110.             if(parseInt(cf.wl_channel_2Ghz_40M[i].value,10) == parseInt(cf.h_wl_channel.value,10))
  111.             {
  112.                 cf.wl_channel_2Ghz_40M[i].selected = true;
  113.             }
  114.         }
  115. <!--  -->
  116.     }
  117.     else if(cf.h_network_band.value == "1")//5Ghz
  118.     {
  119. <!-- 2 -->
  120.         /*set control wide channel*/
  121.         for(var i=0;i<cf.wl_channel_5Ghz_40M.length;i++)
  122.         {
  123.             if(parseInt(cf.wl_channel_5Ghz_40M[i].value,10) == parseInt(cf.h_wl_channel.value,10))
  124.             {
  125.                 cf.wl_channel_5Ghz_40M[i].selected = true;
  126.             }
  127.         }
  128. <!--  -->
  129.  
  130.     }
  131. <!--  -->
  132. <!--  -->
  133.   }
  134. <!--  -->
  135. <!--  -->
  136.  
  137. <!-- 2 -->
  138. <!-- 2 -->
  139. if (cf.h_network_band.value == "2")
  140. {
  141. <!-- 2 -->
  142.     ChangeSideBandFor2_4Ghz();
  143. <!--  -->
  144.         ///*set ui wide band*/
  145. <!-- 2 -->
  146. <!-- 2 -->
  147.     if(cf.get_radio_band.value == "1" && cf.h_wifi_sideband.value == "-1")
  148.     {
  149.         if (cf.side_band.length > 1)
  150.         {
  151.             cf.side_band[1].selected = true;
  152.         }
  153.     }
  154.     else
  155.     {
  156.         cf.side_band[0].selected = true;
  157.     }
  158. <!--  -->
  159. <!--  -->
  160. }
  161. else if(cf.h_network_band.value == "1")//5Ghz
  162. {
  163. <!-- 2 -->
  164.     ChangeSideBandFor5Ghz();
  165. <!--  -->
  166.         /*set ui wide band*/
  167. <!-- 2 -->
  168. <!-- 2 -->
  169.     if(cf.get_radio_band.value == "1" && cf.h_wifi_sideband.value == "-1")
  170.     {
  171.         if (cf.side_band_5Ghz.length > 1)
  172.         {
  173.             cf.side_band_5Ghz[1].selected = true;
  174.         }
  175.     }
  176.     else
  177.     {
  178.         cf.side_band_5Ghz[0].selected = true;
  179.     }
  180. <!--  -->
  181. <!--  -->
  182. }
  183. <!--  -->
  184. <!--  -->
  185. }
  186.  
  187. function init()
  188. {
  189.     var cf = document.forms[0];
  190.     if(dot11OperMode==1)
  191.     {
  192.         div_WL_UICtrl=document.getElementById("id_WL_UICtrl");
  193.         div_WL_UICtrl.innerHTML="<br><FONT face=Arial color=\"white\" size=4>"+msg_WL_IF_disabled+"</FONT>";
  194.     }
  195.     else
  196.     {
  197. <!-- 2 -->
  198. <!-- 2 -->
  199.         cf.h_network_band.value = cf.network_band[cf.network_band.selectedIndex].value;
  200.         cf.get_h_network_band.value = cf.network_band[cf.network_band.selectedIndex].value;
  201. <!--  -->
  202. <!--  -->
  203.         dataToVisible(cf);
  204.         onChangeCWM();
  205.  
  206.         setOptionsSelected();
  207. <!-- 2 -->
  208. <!-- 2 -->
  209.         //setWiFiDiv();
  210. <!--  -->
  211. <!--  -->
  212.         enableDisable();
  213.  
  214.         //WPSEnableDisable();
  215.         DisplayChannelList();
  216.  
  217. //      enableMulti();
  218.        onChangeForShowSideBand();
  219.        // CheckIfWpsCancel();
  220.         //if (cf.h_wps_cur_status.value=="pbc")
  221.         //if (cf.h_wps_cur_status.value!="")
  222.           //  refreshWPSStatus();
  223.         //wps_search_device_timer();
  224.         //wps_connect_device_timer();
  225.         if(dot11OperMode==2)
  226.         {
  227.             opermode_RW_control(dot11OperMode);
  228.         }
  229.     }
  230.  
  231.     if (!RgDot11MbssControl)
  232.     {
  233.         SetDisabledByOBJ(document.getElementById("i_wirelessSwitch"));
  234.         SetDisabledByOBJ(document.getElementById("manualDIV"));
  235.     }
  236. <!-- 2 -->
  237. <!-- 2 -->
  238.     CheckScanPopup();
  239. <!--  -->
  240. <!--  -->
  241. }
  242.  
  243. <!-- 2 -->
  244. <!-- 2 -->
  245. function setWiFiDiv()
  246. {
  247.     var cf = document.forms[0];
  248.     var dflag =  cf.wifi_configuration[0].checked;
  249.     show_hide("manualDIV", (dflag == true));
  250.     show_hide("wpsDIV", (dflag == false));
  251. }
  252.  
  253. function WPSEnableDisable()
  254. {
  255.  
  256.     var cf = document.forms[0];
  257.     var dflag =  cf.wifi_configuration[1].checked;
  258.     show_hide("manualDIV", 1);
  259.     show_hide("wpsDIV", 1);
  260.     show_hide("wpsStatusDIV",false)
  261.     setDisabled(dflag,cf.wl_enrolee_pin,cf.wps_register, /* cf.wps_registrar,*/ cf.GeneratePINCode);
  262. }
  263. <!--  -->
  264. <!--  -->
  265.  
  266. function setDivs()
  267. {
  268.     var cf = document.forms[0];
  269. <!-- 2 -->
  270. <!-- 2 -->
  271.     cf.h_radio_band.value =cf.radio_band[cf.radio_band.selectedIndex].value;
  272.     cf.h_radio_band.value =cf.radio_band[cf.radio_band.selectedIndex].value;
  273. <!--  -->
  274. <!--  -->
  275.     cwm_mode = cf.get_radio_band.value;
  276. }
  277.  
  278. function sumbitCountryCode()
  279. {
  280.     var cf = document.forms[0];
  281.     cf.h_wifi_country_code.value = cf.wifi_country_code[cf.wifi_country_code.selectedIndex].value;
  282.     document.WRadioSettings.submit();
  283. }
  284.  
  285. function onChangeCWM()
  286. {
  287.     var cf = document.forms[0];
  288. <!-- 2 -->
  289. <!-- 2 -->
  290.     cf.h_network_mode.value = cf.network_mode[cf.network_mode.selectedIndex].value;
  291. <!--  -->
  292. <!--  -->
  293.       var networkmode = cf.h_network_mode.value;
  294.     if(networkmode != 2)
  295.     {
  296. <!-- 2 -->
  297. <!-- 2 -->
  298.         show_hide("NWBandforN", 0);
  299. <!--  -->
  300. <!--  -->
  301. <!-- 2 -->
  302. <!-- 2 -->
  303.         show_hide("RaidoBandforN", 0);
  304. <!--  -->
  305. <!--  -->
  306.         show_hide("removefor20M", 0);
  307.     }
  308.     else//b/g/n mixed
  309.     {
  310. <!-- 2 -->
  311. <!-- 2 --> 
  312.         show_hide("NWBandforN", 1);
  313. <!--  -->
  314. <!--  -->
  315. <!-- 2 -->
  316. <!-- 2 -->
  317.              show_hide("RaidoBandforN", 1);
  318. <!--  -->
  319. <!--  -->
  320.         DisplayChannelList();  
  321. <!-- 2 -->
  322. <!-- 2 -->
  323.     cf.h_radio_band.value =cf.radio_band[cf.radio_band.selectedIndex].value;
  324.     cf.get_radio_band.value =cf.radio_band[cf.radio_band.selectedIndex].value;
  325. <!--  -->
  326. <!--  -->
  327.     cwm_mode = cf.get_radio_band.value;
  328.     if(cwm_mode==0)//20M
  329.     {
  330.         document.WRadioSettings.side_band.disabled=true;
  331.         document.WRadioSettings.side_band_5Ghz.disabled=true;
  332.         show_hide("removefor20M", 0);
  333.     }
  334.     else//40M
  335.     {
  336.         document.WRadioSettings.side_band.disabled=false;
  337.         document.WRadioSettings.side_band_5Ghz.disabled=false;
  338. <!-- 2 -->
  339. <!-- 2 -->
  340.        cf.h_network_band.value = cf.network_band[cf.network_band.selectedIndex].value  
  341.        cf.get_h_network_band.value = cf.network_band[cf.network_band.selectedIndex].value  
  342. <!--  -->
  343. <!--  -->
  344.        var networkBand = cf.get_h_network_band.value;
  345.               if(networkBand == 2) //2.4Ghz
  346.            {
  347.                show_hide("removefor20M", 1);
  348.            }
  349.            else if (networkBand == 1) //5Ghz
  350.         {
  351.             show_hide("removefor20M", 0);
  352.         }
  353.     }
  354.     }
  355.     setDivs();
  356.    
  357. }
  358.  
  359.  
  360. function onChangeForShowSideBand()
  361. {
  362.     var cf = document.forms[0];
  363. <!-- 2 -->
  364. <!-- 2 -->
  365.     cf.h_network_band.value=cf.network_band[cf.network_band.selectedIndex].value;
  366.     cf.get_h_network_band.value=cf.network_band[cf.network_band.selectedIndex].value;
  367. <!--  -->
  368. <!--  -->
  369.        var cwm_mode = cf.get_h_network_band.value;
  370. <!-- 2 -->
  371. <!-- 2 -->
  372.     cf.h_network_mode.value = cf.network_mode[cf.network_mode.selectedIndex].value;
  373. <!--  -->
  374. <!--  -->
  375.        var networkmode = cf.h_network_mode.value;
  376. <!-- 2 -->
  377. <!-- 2 -->
  378.     cf.h_radio_band.value =cf.radio_band[cf.radio_band.selectedIndex].value;
  379.     cf.get_radio_band.value =cf.radio_band[cf.radio_band.selectedIndex].value;
  380. <!--  -->
  381. <!--  -->
  382.        var radioBand = cf.get_radio_band.value;
  383.     if(networkmode == 2)//b/g/n mixed
  384.     {  
  385.         if(radioBand == 0)//20M
  386.     {  
  387. <!-- 2 -->
  388.     show_hide("stdchDIV1", (cwm_mode == "10"));
  389.     show_hide("stdchDIV2", (cwm_mode == "10"));
  390. <!--  -->
  391.         }
  392.         else if(radioBand == 1)//40M
  393.         {
  394. <!-- 2 -->
  395.             show_hide("stdchDIV11", (cwm_mode == "10"));
  396.             show_hide("stdchDIV22", (cwm_mode == "10"));
  397. <!--  -->
  398.         }
  399. <!-- 2 -->
  400. <!-- 2 -->
  401.     show_hide("sideBandDIV1", (cwm_mode == "10"));
  402.     show_hide("sideBandDIV2", (cwm_mode == "10"));
  403. <!--  -->
  404. <!--  -->
  405.     switch(cwm_mode)
  406.     {
  407.       case "2"://2.4Ghz
  408.             if(radioBand == 0)//20M
  409.             {
  410. <!-- 2 -->
  411.         show_hide("stdchDIV1", (cwm_mode == "2"));
  412. <!--  -->
  413.             }
  414.             else if(radioBand == 1)//40M
  415.             {
  416. <!-- 2 -->
  417.                 show_hide("stdchDIV11", (cwm_mode == "2"));
  418. <!--  -->
  419.             }
  420. <!-- 2 -->
  421. <!-- 2 -->
  422.         show_hide("sideBandDIV1", (cwm_mode == "2"));
  423. <!--  -->
  424. <!--  -->
  425.         break;
  426.       case "1"://5Ghz
  427.             if(radioBand == 0)//20M
  428.             {
  429.         show_hide("stdchDIV2", (cwm_mode == "1"));
  430.             }
  431.             else if(radioBand == 1)//40M
  432.             {
  433.                 show_hide("stdchDIV22", (cwm_mode == "1"));
  434.             }
  435.         show_hide("sideBandDIV2", (cwm_mode == "1"));
  436.         break;
  437.     }
  438. }
  439.     else
  440.     {
  441.         show_hide("stdchDIV2", 0);
  442.         show_hide("stdchDIV22", 0);// add for CR48781.c
  443.  
  444. <!-- 2 -->
  445.         show_hide("stdchDIV1", 1);
  446.         show_hide("stdchDIV11", 0);//add for CR48781.c
  447. <!--  -->
  448.     }
  449. }
  450.  
  451. function enableDisable()
  452. {
  453.     var cf = document.forms[0];
  454.     var dflag = cf.wifi_enable[1].checked;
  455. //    var dflag1 =  cf.wifi_configuration[1].checked;
  456. <!-- 2 -->
  457. <!-- 2 -->
  458.     setDisabled(dflag,cf.network_mode);
  459.     if (cf.h_wifi_country_code.value != '')
  460.     {
  461.         setDisabled(dflag,cf.wifi_country_code);
  462.     }
  463. <!--  -->
  464. <!--  -->
  465. <!-- 2 -->
  466. <!-- 2 -->
  467.     setDisabled(dflag,cf.network_band);
  468. <!--  -->
  469. <!--  -->
  470. <!-- 2 -->
  471. <!-- 2 -->
  472.     setDisabled(dflag,cf.radio_band);
  473. <!--  -->
  474. <!--  -->
  475. <!-- 2 -->
  476.     setDisabled(dflag,cf.wl_channel_2Ghz_20M,cf.wl_channel_2Ghz_40M);
  477. <!--  -->
  478. <!-- 2 -->
  479.     setDisabled(dflag,cf.wl_channel_5Ghz_20M,cf.wl_channel_5Ghz_40M);
  480. <!--  -->
  481. <!-- 2 -->
  482. <!-- 2 -->
  483.     setDisabled(dflag,cf.wl_ssid0);
  484. <!--  -->
  485. <!--  -->
  486. <!-- 2 -->
  487. <!-- 2 -->
  488.     setDisabled(dflag,cf.wl_hide_ssid0);
  489. <!--  -->
  490. <!--  -->
  491. <!-- 2 -->
  492. <!-- 2 -->
  493.  
  494. //if (dflag)
  495. //  setDisabled(dflag,cf.wifi_configuration[0],cf.wifi_configuration[1],cf.wl_enrolee_pin,cf.wps_register, /* cf.wps_registrar,*/ cf.GeneratePINCode);
  496. //else
  497. //{
  498. //  setDisabled(dflag,cf.wifi_configuration[0],cf.wifi_configuration[1]);
  499. //  setDisabled(dflag1,cf.wl_enrolee_pin,cf.wps_register, /* cf.wps_registrar,*/ cf.GeneratePINCode);
  500. //}
  501. <!--  -->
  502. <!--  -->
  503.     setDisabled(dflag,cf.side_band,cf.side_band_5Ghz);
  504.     // when wireless is disabled, the wps buttons should be grey
  505.  
  506.     if (dflag!=true)
  507.     {
  508.         onChangeCWM()
  509.         onChangeForShowSideBand();
  510.     }
  511.  
  512.     var section_UserAccessWebPage_68=2;
  513.     var section_UserAccessWebPage_55=2;
  514.     if(section_UserAccessWebPage_55 == 1 || section_UserAccessWebPage_68 == 1)
  515.     {
  516.         //setDisabled(1, cf.wifi_configuration[0], cf.wifi_configuration[1]);
  517.         //setDisabled(1, cf.wl_enrolee_pin, cf.wps_register, /*cf.wps_registrar,*/ cf.GeneratePINCode);
  518.     }
  519.     // ; // 0: No Access, 1: Read Only, 2: Read Write
  520.     // ; // 0: No Access, 1: Read Only, 2: Read Write
  521.  
  522.     var section_UserAccessWebPage_62=2;
  523.     var section_UserAccessWebPage_49=2;
  524.     if(section_UserAccessWebPage_49 == 1 || section_UserAccessWebPage_62 == 1)
  525.     {
  526.         setDisabled(1, cf.network_mode);
  527.     }
  528.     // ; // 0: No Access, 1: Read Only, 2: Read Write
  529.     // ; // 0: No Access, 1: Read Only, 2: Read Write
  530.  
  531.     var section_UserAccessWebPage_61=2;
  532.     var section_UserAccessWebPage_48=2;
  533.     if(section_UserAccessWebPage_48 == 1 || section_UserAccessWebPage_61 == 1)
  534.     {
  535.         setDisabled(1, cf.network_band);
  536.     }
  537.     // ; // 0: No Access, 1: Read Only, 2: Read Write
  538.     // ; // 0: No Access, 1: Read Only, 2: Read Write
  539.  
  540.     var section_UserAccessWebPage_66=2;
  541.     var section_UserAccessWebPage_53=2;
  542.     if(section_UserAccessWebPage_53 == 1 || section_UserAccessWebPage_66 == 1)
  543.     {
  544.         setDisabled(1, cf.radio_band);
  545.     }
  546.     // ; // 0: No Access, 1: Read Only, 2: Read Write
  547.     // ; // 0: No Access, 1: Read Only, 2: Read Write
  548.  
  549.     var section_UserAccessWebPage_52=2;
  550.     if(section_UserAccessWebPage_52 == 1)
  551.     {
  552.         setDisabled(1, cf.wl_channel_2Ghz_20M, cf.wl_channel_2Ghz_40M);
  553.     }
  554.     // ; // 0: No Access, 1: Read Only, 2: Read Write
  555.  
  556.     var section_UserAccessWebPage_65=2;
  557.     if(section_UserAccessWebPage_65 == 1)
  558.     {
  559.         setDisabled(1, cf.wl_channel_5Ghz_20M, cf.wl_channel_5Ghz_40M);
  560.     }
  561.     // ; // 0: No Access, 1: Read Only, 2: Read Write
  562.  
  563.     var section_UserAccessWebPage_63=2;
  564.     var section_UserAccessWebPage_50=2;
  565.     if(section_UserAccessWebPage_50 == 1 || section_UserAccessWebPage_63 == 1)
  566.     {
  567.         setDisabled(1, cf.wl_ssid0);
  568.     }
  569.     // ; // 0: No Access, 1: Read Only, 2: Read Write
  570.     // ; // 0: No Access, 1: Read Only, 2: Read Write
  571.  
  572.     var section_UserAccessWebPage_64=2;
  573.     var section_UserAccessWebPage_51=2;
  574.     if(section_UserAccessWebPage_51 == 1 || section_UserAccessWebPage_64 == 1)
  575.     {
  576.         setDisabled(1, cf.wl_hide_ssid0);
  577.     }
  578.     // ; // 0: No Access, 1: Read Only, 2: Read Write
  579.     // ; // 0: No Access, 1: Read Only, 2: Read Write
  580. }
  581.  
  582. function enableMulti()
  583. {
  584.     var cf = document.forms[0];
  585.     var dflag = getRadioCheckedValue(cf.wl_multi_ssid) == "disable" ;
  586.     //setDisabled(dflag,cf.wl_ssid1,cf.wl_hide_ssid1,cf.wl_ssid2,cf.wl_hide_ssid2,cf.wl_ssid3,cf.wl_hide_ssid3);
  587.     if (dflag!=true)
  588.     {
  589.         onChangeCWM();
  590.     }
  591. }
  592. <!-- 2 -->
  593. <!-- 2 -->
  594.  
  595.  
  596. function checkData()
  597. {
  598.  var cf = document.forms[0];
  599.  var msg = "";
  600. <!-- 2 -->
  601. <!-- 2 -->
  602.     if(getSelected(cf.network_band) != "off")
  603.     {
  604. <!-- 2 -->
  605. <!-- 2 -->
  606.                 if (isBlank(cf.wl_ssid0.value))
  607.                 {
  608.                     alert(invalid_wnet_ssid + blank_error);
  609.                     return false;                  
  610.                 }      
  611.                 else
  612.                 {
  613.                     if(!checkCharacter(cf.wl_ssid0.value))
  614.                     {
  615.                         alert(invalid_wnet_ssid+ characters_error);
  616.                         return false;
  617.                     }
  618.                 }                                      
  619.         msg+= checkBlank(cf.wl_ssid0, msg_ssid1);
  620. <!--  -->
  621. <!--  -->
  622.     }
  623. <!--  -->
  624. <!--  -->
  625.     //msg+= checkAllSpaces(cf.wl_ssid, msg_ssid);
  626.     if(msg.length > 1 )
  627.     {
  628.         alert(msg);
  629.         return false;
  630.     }
  631.    
  632.     dataToHidden(cf);
  633.  
  634. <!-- 2 -->
  635. <!-- 2 -->
  636.     cf.h_network_mode.value = cf.network_mode[cf.network_mode.selectedIndex].value;
  637. <!--  -->
  638. <!--  -->
  639.     if(cf.h_network_mode.value != 2)//not b/g/n mixed
  640.     {
  641.         cf.h_network_band.value = "2";//2.4G
  642.         cf.get_h_network_band.value = "2";
  643. <!-- 2 -->
  644.         cf.h_wl_channel.value = cf.wl_channel_2Ghz_20M[cf.wl_channel_2Ghz_20M.selectedIndex].value;
  645. <!--  -->
  646. <!-- 2 -->
  647. <!-- 2 -->
  648.         cf.h_radio_band.value = "0";
  649.         cf.get_radio_band.value = "0";
  650. <!--  -->
  651. <!--  -->
  652.         cf.h_wifi_sideband.value = "0";
  653.         return true;
  654.     }
  655.     //b/g/n mixed
  656. <!-- 2 -->
  657. <!-- 2 -->
  658.      cf.h_radio_band.value= cf.radio_band[cf.radio_band.selectedIndex].value;
  659.      cf.get_radio_band.value= cf.radio_band[cf.radio_band.selectedIndex].value;
  660. <!--  -->
  661. <!--  -->
  662.        var radioBand = cf.get_radio_band.value;
  663. <!-- 2 -->
  664. <!-- 2 -->
  665.        cf.h_network_band.value = cf.network_band[cf.network_band.selectedIndex].value
  666.        cf.get_h_network_band.value = cf.network_band[cf.network_band.selectedIndex].value
  667. <!--  -->
  668. <!--  -->
  669.     if(cf.get_h_network_band.value == "1")//5Ghz
  670.     {
  671.         //cf.h_network_band.value = "1";
  672.        
  673.         if(radioBand == 1)//40M
  674.         {
  675. <!-- 2 -->
  676.             if(cf.wl_channel_5Ghz_40M[cf.wl_channel_5Ghz_40M.selectedIndex].value == 0)//auto,need to disable the side band
  677.         {
  678.             cf.h_wifi_sideband.value = "0";//none
  679.         }
  680.             cf.h_wl_channel.value = cf.wl_channel_5Ghz_40M[cf.wl_channel_5Ghz_40M.selectedIndex].value;
  681.             /*if control channel > wide channel,sideband is "upper",else "lower"*/
  682.             if(parseInt(cf.wl_channel_5Ghz_40M[cf.wl_channel_5Ghz_40M.selectedIndex].value,10) > parseInt(cf.side_band_5Ghz[cf.side_band_5Ghz.selectedIndex].value,10))
  683.             {
  684.                 cf.h_wifi_sideband.value =  "1";//1 is upper
  685.             }
  686.             else if(parseInt(cf.wl_channel_5Ghz_40M[cf.wl_channel_5Ghz_40M.selectedIndex].value,10) < parseInt(cf.side_band_5Ghz[cf.side_band_5Ghz.selectedIndex].value,10))
  687.             {
  688.                 cf.h_wifi_sideband.value = "-1";//-1 is lower
  689.             }
  690.             else
  691.             {
  692.                 cf.h_wifi_sideband.value = "0";//0 is none
  693.             }
  694. <!--  -->
  695.         }
  696.         if(radioBand == 0)//20M
  697.         {
  698.             cf.h_wifi_sideband.value = "0";//none
  699. <!-- 2 -->
  700.             cf.h_wl_channel.value = cf.wl_channel_5Ghz_20M[cf.wl_channel_5Ghz_20M.selectedIndex].value;
  701. <!--  -->
  702.         }
  703.     }
  704.     else if (cf.get_h_network_band.value == "2")//2.4Ghz
  705.     {
  706.         //cf.h_network_band.value = "2";
  707.         if(radioBand =="1")//1==40M
  708.         {
  709. <!-- 2 -->
  710.             cf.h_wl_channel.value = cf.wl_channel_2Ghz_40M[cf.wl_channel_2Ghz_40M.selectedIndex].value;
  711.             if(parseInt(cf.wl_channel_2Ghz_40M[cf.wl_channel_2Ghz_40M.selectedIndex].value,10) > parseInt(cf.side_band[cf.side_band.selectedIndex].value,10))
  712.             {
  713.                  cf.h_wifi_sideband.value =  "1";//1 is upper
  714.             }
  715.             else if(parseInt(cf.wl_channel_2Ghz_40M[cf.wl_channel_2Ghz_40M.selectedIndex].value,10) < parseInt(cf.side_band[cf.side_band.selectedIndex].value))
  716.             {
  717.                 cf.h_wifi_sideband.value = "-1";//-1 is lower
  718.             }
  719.             else
  720.             {
  721.                 cf.h_wifi_sideband.value = "0";//0 is lower
  722.             }
  723. <!--  -->
  724.         }
  725.         else
  726.         {
  727. <!-- 2 -->
  728.             cf.h_wl_channel.value = cf.wl_channel_2Ghz_20M[cf.wl_channel_2Ghz_20M.selectedIndex].value;
  729. <!--  -->
  730.             cf.h_wifi_sideband.value = "0";//0 is none
  731.         }
  732.     }
  733.         return true;
  734. }
  735.  
  736. <!-- 2 -->
  737. function ChangeSideBandFor2_4Ghz()
  738. {  
  739.     var theselect=document.WRadioSettings.side_band;
  740.     var channel=document.WRadioSettings.wl_channel_2Ghz_40M;
  741.     while (theselect.options.length!=0)
  742.     {
  743.         theselect.remove(0);
  744.     }
  745.     var sideArr = new Array(channel.length);
  746.     for(var i=0;i<channel.length;i++)
  747.     {
  748.         sideArr[i] = channel[i].value;
  749.     }
  750.   switch(channel.selectedIndex)
  751.   {
  752.    case 0:
  753.         theselect.options[0] = new Option("Auto" ,0);
  754.         break;
  755.     default:
  756.         var resultUpper = findInUpperLowerList("Upper","24G",document.WRadioSettings.wl_channel_2Ghz_40M[channel.selectedIndex].value);
  757.         var resultLower = findInUpperLowerList("Lower","24G",document.WRadioSettings.wl_channel_2Ghz_40M[channel.selectedIndex].value);
  758.         var tagIndex = 0;
  759.         if(resultLower!=0)//find,and the resultLower is the found Value
  760.         {
  761.             theselect.options[tagIndex] = new Option( resultLower,resultLower);
  762.             tagIndex = 1;
  763.         }
  764.         if(resultUpper!=0)//find ,and the resultUpper is the found Value
  765.         {
  766.            theselect.options[tagIndex] = new Option( resultUpper,resultUpper);
  767.         }
  768.         break;
  769.     }
  770.     document.WRadioSettings.h_wl_channel.value = channel[channel.selectedIndex].value;
  771. }
  772. <!--  -->
  773. <!-- 2 -->
  774. function ChangeSideBandFor5Ghz()
  775. {
  776.     var theselect=document.WRadioSettings.side_band_5Ghz;
  777.     var channel=document.WRadioSettings.wl_channel_5Ghz_40M;
  778.  
  779.     var sideArr_int = new Array(channel.length);
  780.     for(var i=0;i<channel.length;i++)
  781.     {
  782.         sideArr_int[i] = channel[i].value;
  783.     }
  784.  
  785.     while (theselect.options.length!=0)
  786.     {
  787.         theselect.remove(0);
  788.    }
  789.     switch(channel.selectedIndex)
  790.    {
  791.         case 0:
  792.             theselect.options[0] = new Option("Auto" ,0);
  793.             break;
  794.         default:
  795.             var resultUpper = findInUpperLowerList("Upper","5G",document.WRadioSettings.wl_channel_5Ghz_40M[channel.selectedIndex].value);
  796.             var resultLower = findInUpperLowerList("Lower","5G",document.WRadioSettings.wl_channel_5Ghz_40M[channel.selectedIndex].value);
  797.             var tagIndex = 0;
  798.             if(resultLower!=0)//find,and the resultLower is the found Value
  799.             {
  800.                 theselect.options[tagIndex] = new Option( resultLower,resultLower);
  801.                 tagIndex = 1;
  802.             }
  803.             if(resultUpper!=0)//find ,and the resultUpper is the found Value
  804.             {
  805.                theselect.options[tagIndex] = new Option( resultUpper,resultUpper);
  806.             }
  807.             break;
  808.     }
  809.     document.WRadioSettings.h_wl_channel.value = channel[channel.selectedIndex].value;
  810. }
  811. <!--  -->
  812.  
  813. function findInUpperLowerList(UppLower,NbandType,value)
  814. {
  815.     var chList;
  816.     if(UppLower == "Upper")
  817.     {
  818.         if(NbandType == "5G")
  819.         {
  820.             chList = chList5G40M_Upper;
  821.         }
  822.         else if(NbandType == "24G")
  823.         {
  824.             chList = chList24G40M_Upper;
  825.         }
  826.         for(var i=0;i<chList.length;i++)
  827.         {
  828.             if((parseInt(value)+4)==chList[i])
  829.                 return chList[i];
  830.         }
  831.     }
  832.     else if(UppLower == "Lower")
  833.     {
  834.         if(NbandType == "5G")
  835.         {
  836.             chList = chList5G40M_Lower;
  837.         }
  838.         else if(NbandType == "24G")
  839.         {
  840.             chList = chList24G40M_Lower;
  841.         }
  842.         for(var i=0;i<chList.length;i++)
  843.         {
  844.         if((parseInt(value)-4)== chList[i])
  845.             return chList[i];
  846.         }
  847.     }
  848.     return 0;
  849. }
  850. <!-- 2 -->
  851. <!-- 2 -->
  852. function cfgEvent(type)
  853. {
  854.     //type == 4
  855.     window.document.WRadioSettings.cfgAction.value = type;
  856.     window.document.WRadioSettings.submit();
  857. }
  858. <!--  -->
  859. <!--  -->
  860. function DisplayChannelList()
  861. {
  862.     var cf = document.forms[0];
  863. <!-- 2 -->
  864. <!-- 2 -->
  865.     cf.h_radio_band.value = cf.radio_band[cf.radio_band.selectedIndex].value;
  866.     cf.get_radio_band.value = cf.radio_band[cf.radio_band.selectedIndex].value;
  867. <!--  -->
  868. <!--  -->
  869.        var radioBand = cf.get_radio_band.value;
  870. <!-- 2 -->
  871. <!-- 2 -->
  872.     cf.h_network_band.value = cf.network_band[cf.network_band.selectedIndex].value;
  873.     cf.get_h_network_band.value = cf.network_band[cf.network_band.selectedIndex].value;
  874. <!--  -->
  875. <!--  -->
  876.        var networkBand = cf.get_h_network_band.value;
  877. <!-- 2 -->
  878. <!-- 2 -->
  879.         cf.h_network_mode.value = cf.network_mode[cf.network_mode.selectedIndex].value;
  880. <!--  -->
  881. <!--  -->
  882.        var networkMode = cf.h_network_mode.value;
  883.     if(networkMode == 2)//B/G/N mode
  884.     {
  885. <!-- 2 -->
  886.         show_hide("stdchDIV1",((networkBand == 2)&&(radioBand == 0)));//2=>2.4G 0=>20M
  887.         show_hide("stdchDIV11",((networkBand == 2)&&(radioBand == 1)));//2=>2.4G ,1=>40M
  888.         show_hide("stdchDIV2",((networkBand == 1)&&(radioBand == 0)));//1=>5G ,0=>20M
  889.         show_hide("stdchDIV22",((networkBand == 1)&&(radioBand == 1)));//1=>5G ,1=>40M
  890. <!--  -->
  891.     }
  892.     else
  893.     {
  894.         show_hide("stdchDIV1",1);//other case,just show 2.4G,20M channel List
  895.     }
  896. }
  897.  
  898. <!-- 2 -->
  899. <!-- 2 -->
  900. function submitNWMode()
  901. {
  902.     var cf = document.forms[0];
  903. <!-- 2 -->
  904. <!-- 2 -->
  905.     setDisabled(1,cf.network_band);
  906. <!--  -->
  907. <!--  -->
  908.     if (cf.h_wifi_country_code.value != '')
  909.     {
  910.         setDisabled(1,cf.wifi_country_code);
  911.     }
  912. <!-- 2 -->
  913. <!-- 2 -->
  914.     setDisabled(1,cf.radio_band);
  915. <!--  -->
  916. <!--  -->
  917. <!-- 2 -->
  918.     setDisabled(1,cf.wl_channel_2Ghz_20M,cf.wl_channel_2Ghz_40M);
  919. <!--  -->
  920. <!-- 2 -->
  921.     setDisabled(1,cf.wl_channel_5Ghz_20M,cf.wl_channel_5Ghz_40M);
  922. <!--  -->
  923. <!-- 2 -->
  924. <!-- 2 -->
  925.     setDisabled(1,cf.wl_ssid0);
  926. <!--  -->
  927. <!--  -->
  928. <!-- 2 -->
  929. <!-- 2 -->
  930.     setDisabled(1,cf.wl_hide_ssid0);
  931. <!--  -->
  932. <!--  -->
  933.  
  934.     setDisabled(1,cf.side_band,cf.side_band_5Ghz);
  935.     // when wireless is disabled, the wps buttons should be grey
  936.     cf.h_network_mode.value = cf.network_mode[cf.network_mode.selectedIndex].value;
  937.  
  938.     document.WRadioSettings.submit();
  939. }
  940. <!--  -->
  941. <!--  -->
  942.  
  943. var userType = 1;
  944. function HitScanApsButton()
  945. {
  946.     var cf = document.forms[0];
  947.     if(userType == 10)
  948.     {
  949.         if (isBlank(cf.wl_ssid0.value))
  950.         {
  951.             alert(invalid_wnet_ssid + blank_error);
  952.             return false;                  
  953.         }      
  954.         else
  955.         {
  956.             if(!checkCharacter(cf.wl_ssid0.value))
  957.             {
  958.                 alert(invalid_wnet_ssid+ characters_error);
  959.                 return false;
  960.             }
  961.  
  962.         cf.HitScanWirelessAPs.value = 1;
  963.             return true;           
  964.         }                                      
  965.     }      
  966.     //openDataSubWin('wlanScanPopup.asp',bigsub);
  967. }
  968.  
  969. function CheckScanPopup()
  970. {
  971.     var cf = document.forms[0];
  972.     if(userType == 10)
  973.     {
  974.         if(cf.HitScanWirelessAPs.value == "1")
  975.         {
  976.             cf.HitScanWirelessAPs.value = 0;
  977.             openDataSubWin('wlanScanPopup.asp',bigsub);  
  978.         }
  979.     }
  980. }
  981.  
  982. </script>
  983. </head>
  984.  
  985. <body class="BodyStyle" onLoad="init();">
  986. <div class="BackgroundStyle">
  987. <img width="100%" src="pageBackground.jpg"/>
  988. </div>
  989.  
  990. <form name="WRadioSettings" method="POST" action="/goform/WRadioSettings">
  991. <div align="center">
  992.  
  993. <table class="showMenuTable">
  994. <script language="javascript" type="text/javascript">
  995. showHead('Cisco EPC3925 EuroDocsis 3.0 2-PORT Voice Gateway','EPC3925','@fw_version#',vwireless,' ');
  996. </script>
  997.  
  998. <script language="javascript" type="text/javascript">
  999. showMenu(vwireless,vwradio,'32866',Array('0','247','0','0','0','1','28','0'));
  1000. </script>
  1001. </table>
  1002.  
  1003. <div id="id_WL_UICtrl">
  1004. <!-- data table-->
  1005. <table class="Top">
  1006.     <tr>
  1007.         <td colspan="2" class="Top1"></td>
  1008.         <td colspan="2" class="Top2"></td>
  1009.     </tr>
  1010. </table>
  1011.  
  1012. <table class="dataTable">
  1013.     <tr>
  1014.         <td>
  1015.             <table class="nav">
  1016.                 <tr>
  1017.                     <td class="bwhead">
  1018.                         <script language="javascript" type="text/javascript">dw(vt_wnet_colon);</script>
  1019.                     </td>
  1020.                     <td class="bwhead1">&nbsp;</td>
  1021.                     <td class="nav1">&nbsp;</td>
  1022.                 </tr>
  1023.                 <tr height="3px">
  1024.                     <td class="Item1"></td>
  1025.                     <td class="Item2"></td>
  1026.                     <td></td>
  1027.                 </tr>
  1028.                 <!-- Radio Select Start -->
  1029.                 <tr>
  1030.                     <td class="Item1">
  1031.                         <script language="javascript" type="text/javascript"></script>
  1032.                     </td>
  1033.                     <td class="Item2"> </td>
  1034.                     <td class="Item3">
  1035.                         <table class="std">
  1036.                             <tr id="i_wirelessSwitch">
  1037.                                 <td nowrap >
  1038.                                     <script language="javascript" type="text/javascript">dw(vwinterface);</script>
  1039.                                 </td>
  1040.                                 <td nowrap >
  1041.                                     <INPUT type="radio" name="wifi_enable" value="enable" onClick="enableDisable();">
  1042.                                 </td>
  1043.                                 <td nowrap >
  1044.                                     <B><script language="javascript" type="text/javascript">dw(venable);</script></B>
  1045.                                 </td>
  1046.                                 <td nowrap >
  1047.                                     <INPUT type="radio" name="wifi_enable" value="disable" onClick="enableDisable();">
  1048.                                 </td>
  1049.                                 <td nowrap >
  1050.                                     <B><script language="javascript" type="text/javascript">dw(vdisable);</script></b>
  1051.                                 </td>
  1052.                                 <input type="hidden" name="h_wifi_enable" value="disable" />
  1053.                             </tr>
  1054. <!-- 2 -->
  1055. <!-- 2 -->
  1056.                                                   <tr></tr>
  1057. <!--  -->
  1058. <!--  -->
  1059.                         </table>
  1060.                     </td>
  1061.                 </tr>
  1062.                 <!-- Radio Select End -->
  1063.                 <tr>
  1064.                     <td class="Item1">&nbsp; </td>
  1065.                     <td class="Item2"> </td>
  1066.                     <td ><hr class="std"></td>
  1067.                 </tr>
  1068.                 <!-- Basic Settings Start -->
  1069.                 <tr>
  1070.                     <td class="Item1">&nbsp;</td>
  1071.                     <td class="Item2"> </td>
  1072.                     <td class="Item3">
  1073.                         <!-- Manual Settings Start -->
  1074.                         <div ID="manualDIV" style="display:block">
  1075.                             <table class="std">
  1076. <!-- 2 -->
  1077. <!-- 2 -->
  1078.                                 <tr id="i_wirelessABGNMode">
  1079.                                     <td height="26" nowrap><script language="javascript" type="text/javascript">dw(vwnetwork);</script></td>
  1080.                                     <td nowrap colspan="2">
  1081.                                         <FONT face=Arial color=blue>
  1082.                                             <SELECT onChange="submitNWMode();" size=1 name="network_mode" style="font-family: Arial; font-size: 11px">
  1083.                                                 <option value=1 ><script language="javascript" type="text/javascript">dw(vmbgonly);</script></option>
  1084. <option value=0 ><script language="javascript" type="text/javascript">dw(vmnonly);</script></option>
  1085. <option value=2 selected ><script language="javascript" type="text/javascript">dw(vmbgnmixed);</script></option>
  1086.                                             </SELECT>
  1087.                                         </FONT>
  1088.                                     </td>
  1089.                                     <td nowrap colspan="2">
  1090.                                          
  1091.                                     </td>
  1092.                                 </tr>
  1093.                                 <tr>                     
  1094.                                        
  1095.                                 </tr>
  1096.  
  1097. <!--  -->
  1098. <!--  -->
  1099.                                     <input type="hidden" name="h_network_mode" value="2" />
  1100. <!-- 2 -->
  1101. <!-- 2 -->
  1102.                                 <tr ID="NWBandforN" style="display:none">
  1103.                                     <td height="26" nowrap>
  1104.                                         <script language="javascript" type="text/javascript">dw(vmnwband);</script>
  1105.                                     </td>
  1106.                                     <td width="140" nowrap colspan="4">
  1107.                                         <FONT face=Arial color=blue>
  1108.                                             <SELECT onChange="enableDisable();DisplayChannelList()" size=1 name="network_band" style="font-family: Arial; font-size: 11px">
  1109.                                                 <option value=2 selected><script language="javascript" type="text/javascript">dw(vwEn2_4GHz);</script></option><option value=1 ><script language="javascript" type="text/javascript">dw(vwEn5Ghz);</script></option>
  1110.                                             </SELECT>
  1111.                                         </FONT>
  1112.                                     </td>
  1113.                                 </tr>
  1114.                                     <input type="hidden" name="h_network_band" value="2" />
  1115. <!--  -->
  1116. <!--  -->
  1117.                                     <input type="hidden" name="get_h_network_band" value="2" />
  1118. <!-- 2 -->
  1119. <!-- 2 -->
  1120.                                 <tr ID="RaidoBandforN" style="display:none">
  1121.                                     <td height="31" nowrap><script language="javascript" type="text/javascript">dw(vwRadio);</script></td>
  1122.                                     <td nowrap colspan="4">
  1123.                                         <select size="1" name="radio_band" style="font-size: 11px" onChange="onChangeCWM();DisplayChannelList();">
  1124.                                             <option value="0"><script language="javascript" type="text/javascript">dw(vwRadio1);</script></option>
  1125.                                             <option value="1"><script language="javascript" type="text/javascript">dw(vwRadio2);</script></option>
  1126.                                         </select>
  1127.                                     </td>
  1128.                                 </tr>
  1129.                                                    <input type="hidden" name="h_radio_band" value="0" />
  1130. <!--  -->
  1131. <!--  -->
  1132.                                                    <input type="hidden" name="get_radio_band" value="0" />
  1133.                                 <tr id="i_wirelessChannel">
  1134.                                     <td height="34" nowrap>
  1135.                                         <script language="javascript" type="text/javascript">dw(vwstand_channel);</script>
  1136.                                     </td>
  1137.                                     <td nowrap>
  1138. <!-- 2 -->
  1139.                                         <div ID="stdchDIV1" style="display:none">
  1140.                                             <select name="wl_channel_2Ghz_20M" style="font-family: Arial; font-size: 11px" onChange="ChangeSideBandFor2_4Ghz()">
  1141.                                                 <option value=0 selected><script language="javascript" type="text/javascript">dw(vs_auto);</script><option value=1 >1 <option value=2 >2 <option value=3 >3 <option value=4 >4 <option value=5 >5 <option value=6 >6 <option value=7 >7 <option value=8 >8 <option value=9 >9 <option value=10 >10 <option value=11 >11 <option value=12 >12 <option value=13 >13
  1142.                                             </select>
  1143.                                         </div>
  1144.  
  1145.                                         <div ID="stdchDIV11" style="display:none">
  1146.                                             <select name="wl_channel_2Ghz_40M" style="font-family: Arial; font-size: 11px" onChange="ChangeSideBandFor2_4Ghz()">
  1147.                                                 <option value=0 selected><script language="javascript" type="text/javascript">dw(vs_auto);</script><option value=1 >1 <option value=2 >2 <option value=3 >3 <option value=4 >4 <option value=5 >5 <option value=6 >6 <option value=7 >7 <option value=8 >8 <option value=9 >9 <option value=10 >10 <option value=11 >11 <option value=12 >12 <option value=13 >13
  1148.                                             </select>
  1149.                                         </div>
  1150.                                     <input type="hidden" name="h_wl_channel" value="0" />
  1151. <!--  -->
  1152. <!-- 2 -->
  1153.                                         <div ID="stdchDIV2" style="display:none">
  1154.                                             <select name="wl_channel_5Ghz_20M" style="font-family: Arial; font-size: 11px" onChange="ChangeSideBandFor5Ghz()">
  1155.                                                 <option value=0 selected><script language="javascript" type="text/javascript">dw(vs_auto);</script><option value=36 >36 <option value=40 >40 <option value=44 >44 <option value=48 >48 <option value=52 >52 <option value=56 >56 <option value=60 >60 <option value=64 >64 <option value=100 >100 <option value=104 >104 <option value=108 >108 <option value=112 >112 <option value=116 >116 <option value=120 >120 <option value=124 >124 <option value=128 >128 <option value=132 >132 <option value=136 >136 <option value=140 >140
  1156.                                             </select>
  1157.                                         </div>
  1158.                                         <div ID="stdchDIV22" style="display:none">
  1159.                                             <select name="wl_channel_5Ghz_40M" style="font-family: Arial; font-size: 11px" onChange="ChangeSideBandFor5Ghz()">
  1160.                                                 <option value=0 selected><script language="javascript" type="text/javascript">dw(vs_auto);</script><option value=36 >36 <option value=40 >40 <option value=44 >44 <option value=48 >48 <option value=52 >52 <option value=56 >56 <option value=60 >60 <option value=64 >64 <option value=100 >100 <option value=104 >104 <option value=108 >108 <option value=112 >112 <option value=116 >116 <option value=120 >120 <option value=124 >124 <option value=128 >128 <option value=132 >132 <option value=136 >136
  1161.                                             </select>
  1162.                                         </div>
  1163. <!--  -->
  1164.                                     </td>
  1165.  
  1166.                                     <td nowrap>
  1167.                                         <td nowrap>( Current&nbsp;:&nbsp; <b>11</b> , Interference Level: Acceptable ) &nbsp;</td>
  1168.                                     </td>
  1169.                                    
  1170.                                 </tr>
  1171.                                 <tr ID="removefor20M" style="display:none" >
  1172.                                     <td height="31" nowrap>
  1173.                                         <script language="javascript" type="text/javascript">dw(vwSideBand);</script>
  1174.                                     </td>
  1175.                                     <td nowrap>
  1176.                                         <div ID="sideBandDIV1" style="display:none">
  1177.                                             <select size="1" name="side_band" style="font-size: 11px" >
  1178.                                                 <option value="0"><script language="javascript" type="text/javascript">dw(vs_auto);</script></option>
  1179.                                             </select>
  1180.                                         </div>
  1181.                                         <div ID="sideBandDIV2" style="display:none">
  1182.                                             <select name="side_band_5Ghz" style="font-family: Arial; font-size: 11px" >
  1183.                                                 <option value="0"><script language="javascript" type="text/javascript">dw(vs_auto);</script></option>
  1184.                                             </select>
  1185.                                         </div>
  1186.                                     </td>
  1187.                                 </tr>
  1188.                             </table>
  1189.  
  1190.                             <!-- SSID Table -->
  1191.                             <TABLE align="center" borderColor="#e7e7e7" height=24 cellSpacing=0 cellPadding=0 width=430 border=0>
  1192.                                 <TBODY>
  1193.                                     <TR>
  1194.                                         <TD style="border: 1px solid;" align="center" width=150 bgColor="#cccccc" height=30>
  1195.                                             <b>
  1196.                                                 <script language="javascript" type="text/javascript">dw(vssid1);</script>
  1197.                                             </b>
  1198.                                         </TD>
  1199.                                         <TD style="border: 1px solid;" align="center" width=180 bgColor="#cccccc" height=30>
  1200.                                             <b>
  1201.                                                 <script language="javascript" type="text/javascript">dw(vbssid);</script>
  1202.                                             </b>
  1203.                                         </TD>
  1204.                                        
  1205.  
  1206.                                         <TD style="border: 1px solid;" align="center" width=100 bgColor="#cccccc" height=30>
  1207.                                             <b>
  1208.                                                 <script language="javascript" type="text/javascript">dw(vbraodcast);</script>
  1209.                                                 <br/>
  1210.                                                 <script language="javascript" type="text/javascript">dw(vssid)</script>
  1211.                                             </b>
  1212.                                         </TD>
  1213.                                     </TR>
  1214.                                     <TR>
  1215.                                         <TD>
  1216. <!-- 2 -->
  1217. <!-- 2 -->
  1218.                                             <INPUT type="text" class="num" maxlength="32" size="20" name="wl_ssid0" id="wl_ssid0" value="" />
  1219. <!--  -->
  1220. <!--  -->
  1221.                                         </TD>
  1222.                                         <TD>
  1223.                                            
  1224.                                         </TD>
  1225.                                        
  1226.  
  1227.                                         <TD align="center">
  1228. <!-- 2 -->
  1229. <!-- 2 -->
  1230.                                             <INPUT type="checkbox" name="wl_hide_ssid0" id="wl_hide_ssid0" value="wl_ssidenable0" />
  1231.                                             <input type="hidden" name="h_wl_hide_ssid0" value="enable" />
  1232. <!--  -->
  1233. <!--  -->
  1234.                                         </TD>
  1235.                                     </TR>
  1236.                                 </TBODY>
  1237.                             </TABLE>
  1238.                             <br/>
  1239.                         </div>
  1240.                         <!-- Manual Settings End -->
  1241.                     </td>
  1242.                 </tr>
  1243.             </table>
  1244.         </td>
  1245.         <td class="help">
  1246.             <table>
  1247.                 <tr>
  1248.                     <td>
  1249.                         <SPAN>&nbsp;
  1250.                             <A href="help/h_BasicWSettings.htm" target="_blank" class="submenu">
  1251.                                 <script language="javascript" type="text/javascript">dw(vhelp);</script>
  1252.                             </a>
  1253.                         </SPAN>
  1254.                     </td>
  1255.                 </tr>
  1256.             </table>
  1257.         </td>
  1258.     </tr>
  1259. </table>
  1260.  
  1261. <table class="bottom">
  1262.     <tr>
  1263.         <td class="Footer1">&nbsp;</td>
  1264.         <td class="Footer2">
  1265.             <script language="javascript" type="text/javascript">showSave();</script>
  1266.             <script language="javascript" type="text/javascript">showCancel("WRadioSettings.asp");</script>&nbsp; &nbsp;
  1267.         </td>
  1268.         <td class="Footer3">&nbsp;</td>
  1269.     </tr>
  1270. </table>
  1271. </div>
  1272. <input type="hidden" name="h_wifi_sideband" value="0" />
  1273. <input type="hidden" name="h_wifi_country_code" value="" />
  1274. </form>
  1275. </body>
  1276. </html>
Advertisement
Add Comment
Please, Sign In to add comment