1
2<!DOCTYPE HTML>
3<html>
4<head>
5<META name="description" content="R7000">
6<META http-equiv="Content-Type" content="text/html; charset=utf-8">
7<META http-equiv="Content-Style-Type" content="text/css">
8<META http-equiv="Pragma" content="no-cache">
9<META HTTP-equiv="Cache-Control" content="no-cache">
10<META HTTP-EQUIV="Expires" CONTENT="Mon, 06 Jan 1990 00:00:01 GMT">
11
12<title>NETGEAR Router</title> 
13<link rel="stylesheet" href="css/table_noh.css">
14<link rel="stylesheet" href="css/scrollbar.css">
15<link rel="stylesheet" href="css/button.css">
16<link rel="stylesheet" href="css/form2.css">
17<style type="text/css">
18.boxline{width: 700px; height: 180px; }
19.box_select {width: 160px; height: 150px; float: left;  margin-left: 20px; margin-top: 20px;}
20.box_select .radio_box{width: 90%; height: 30px; font-size: 13px; font-weight: bold; color: black;  top: 10px; padding-left: 10%;}
21.box_select .icon, .box_select .icon_select{width:100px; height: 100px;  bottom: 10px; left: 20px; cursor: pointer;}
22.box_select .icon img, .box_select .icon_select img{width:100px; height:100px}
23.box {width: 130px; height: 110px; float: left;  margin-left: 20px; margin-top: 30px; }
24.box .radio_box{width: 90%; height: 30px; font-size: 11px; font-weight: bold; color: black;  top: 3px; padding-left: 10%;}
25.box .icon, .box .icon_select{width:60px; height: 60px;  bottom: 10px; left: 20px; cursor: pointer;}
26.box .icon img, .box .icon_select img{width:60px; height:60px}
27.icon { background-color: #5db5e5;}
28.icon_select { background-color: #6abd49;}
29</style>
30<script src="jquery.js"></script>
31<script src="script/jquery.mousewheel.js"></script>
32<script type="text/javascript" src="script/jquery.jscrollpane.min.js"></script>
33
34<script src="script/script.js"></script>
35<link rel="stylesheet" href="form.css">
36<STYLE TYPE="text/javascript">
37classes.num.all.fontFamily = "Courier";
38classes.num.all.fontSize = "10pt" ;
39</style>
40<script language="javascript" type="text/javascript" src="func.js"></script>
41<script language="javascript" type="text/javascript" src="msg.js"></script>
42<script language="javascript" type="text/javascript" src="utility.js"></script>
43<script language="javascript" type="text/javascript" src="browser.js"></script>
44<script language="javascript" type="text/javascript" src="md5.js"></script>
45<script language="javascript" type="text/javascript" src="wep.js"></script>
46
47<script language=javascript type=text/javascript src=script/opmode.js></script>
48
49<script language="javascript" type="text/javascript">
50<!-- hide script from old browsers
51  
52    $(document).ready(function()
53    {	
54//        $('.scroll-pane').jScrollPane('scrollbarMargin:5px');
55        $("#target").submit(function() {
56            buttonFilter();
57        });
58
59    });
60
61
62    function setHelpIframeVisible(){
63        $('.help-frame-div').css("visibility","visible");
64    }
65
66    function showHelpIframe() {
67
68        var imgSrc=document.getElementById('help-button');
69
70        if(imgSrc.src.search("up")>=0)
71        {
72            $(".help-frame-div").show();
73            window.frames["helpframe"].$('#content').jScrollPane({showArrows:true});
74            imgSrc.src="img/helparrowdown-icon.gif";
75        }
76        else
77        {
78            $(".help-frame-div").hide();
79            imgSrc.src="img/helparrowup-icon.gif";
80            setTimeout(setHelpIframeVisible,500);
81        }
82        if((navigator.appName.indexOf("Internet Explorer")==-1) ||
83           (navigator.appVersion.indexOf("MSIE 9")==-1))
84             change_size();
85
86    }
87    
88    function moveToHTMLend()
89    {
90        window.location.href='#helpframe-anchor';
91        setHelpIframeVisible();
92    }
93
94
95    function loadhelp(fname,anchname)
96    {
97                var pane = window.frames["helpframe"].$('#content');
98                var imgSrc=document.getElementById('help-button');
99                if(imgSrc.src.search("up")<0)
100                {
101
102                        $(".help-frame-div").show();
103                        pane.jScrollPane({showArrows:true});
104
105
106                        if ((loadhelp.arguments.length == 1 ) || (anchname == "" ))
107                        {
108                                window.frames["helpframe"].location.href=fname+"_h.htm";
109                                $(".help-frame-div").show();
110                        }
111                        else
112                        {
113                                window.frames["helpframe"].location.href=fname+"_h.htm#" + anchname;
114                                $(".help-frame-div").show();
115                        }
116
117                        $(".help-frame-div").show();
118                        pane.jScrollPane({showArrows:true});
119
120                }
121    }
122
123
124function getkey1()
125{
126
127	var keycode, event;
128
129	if (window.event) 
130	{
131		event = window.event;
132		keycode = window.event.keyCode;
133	}	
134	else if (e)
135	{
136		event = e;
137		keycode = e.which;
138	}	
139	else 
140		return true;
141	if	(((keycode>47) && (keycode<58)) || (keycode==8)||(keycode==0) || (keycode==46))
142			return true;		
143		else 
144			return false;
145}
146
147
148
149function split_value()
150{
151	var cf = document.forms[0];
152	var apmode_ipaddr = cf.WPethr.value.split(".");
153	var apmode_netmask = cf.WMask.value.split(".");
154	var apmode_gateway = cf.WGateway.value.split(".");
155	var apmode_dns1_pri = cf.DAddr.value.split(".");
156	var apmode_dns1_sec = cf.PDAddr.value.split(".");
157
158	cf.WPethr1.value = apmode_ipaddr[0];
159	cf.WPethr2.value = apmode_ipaddr[1];
160	cf.WPethr3.value = apmode_ipaddr[2];
161	cf.WPethr4.value = apmode_ipaddr[3];
162	
163	cf.WMask1.value = apmode_netmask[0];
164	cf.WMask2.value = apmode_netmask[1];
165	cf.WMask3.value = apmode_netmask[2];
166	cf.WMask4.value = apmode_netmask[3];
167	
168	cf.WGateway1.value = apmode_gateway[0];
169	cf.WGateway2.value = apmode_gateway[1];
170	cf.WGateway3.value = apmode_gateway[2];
171	cf.WGateway4.value = apmode_gateway[3];
172	
173	cf.DAddr1.value = apmode_dns1_pri[0];
174	cf.DAddr2.value = apmode_dns1_pri[1];
175	cf.DAddr3.value = apmode_dns1_pri[2];
176	cf.DAddr4.value = apmode_dns1_pri[3];
177	
178	cf.PDAddr1.value = apmode_dns1_sec[0];
179	cf.PDAddr2.value = apmode_dns1_sec[1];
180	cf.PDAddr3.value = apmode_dns1_sec[2];
181	cf.PDAddr4.value = apmode_dns1_sec[3];
182	
183	return true;
184}
185
186
187
188function checkData()
189{
190	var cf = document.forms[0];
191	var msg = "";
192
193	split_value();
194	
195	/* last GUI design does not have enable checkbox */
196    //if (cf.enable_ap_mode.checked == true)
197	if (1)
198    {
199        var ap_ipaddr = (cf.WPethr1.value << 24) | (cf.WPethr2.value << 16) | (cf.WPethr3.value << 8)| (cf.WPethr4.value);
200        var ap_netmask = (cf.WMask1.value<< 24) | (cf.WMask2.value<< 16) | (cf.WMask3.value<< 8)| (cf.WMask4.value);    
201    
202    	if(cf.enable_fixed_ip_setting[1].checked == true)
203    	{
204    		if(checkIP(cf.WPethr1,cf.WPethr2,cf.WPethr3,cf.WPethr4,255)
205    		    ||checkIPMatchWithNetmask(cf.WMask1,cf.WMask2,cf.WMask3,cf.WMask4,cf.WPethr1,cf.WPethr2,cf.WPethr3,cf.WPethr4))
206    			msg+= "Invalid IP address. Please enter it again.";
207    		else
208    		{
209    			cf.WPethr1.value = parseInt(cf.WPethr1.value,10);
210    			cf.WPethr2.value = parseInt(cf.WPethr2.value,10);
211    			cf.WPethr3.value = parseInt(cf.WPethr3.value,10);
212    			cf.WPethr4.value = parseInt(cf.WPethr4.value,10);
213    		}
214    		if(checkIP(cf.WMask1,cf.WMask2,cf.WMask3,cf.WMask4,255))
215    			msg+= "Invalid subnet mask. Please enter it again.\n";
216    		else
217    		{
218    			cf.WMask1.value = parseInt(cf.WMask1.value,10);
219    			cf.WMask2.value = parseInt(cf.WMask2.value,10);
220    			cf.WMask3.value = parseInt(cf.WMask3.value,10);
221    			cf.WMask4.value = parseInt(cf.WMask4.value,10);
222    		}
223    		if(checkIP(cf.WGateway1,cf.WGateway2,cf.WGateway3,cf.WGateway4,255)
224    		    ||checkIPMatchWithNetmask(cf.WMask1,cf.WMask2,cf.WMask3,cf.WMask4,cf.WGateway1,cf.WGateway2,cf.WGateway3,cf.WGateway4))
225    			msg+= "Invalid gateway IP address. Please enter it again.";
226    		else
227    		{
228    			cf.WGateway1.value = parseInt(cf.WGateway1.value,10);
229    			cf.WGateway2.value = parseInt(cf.WGateway2.value,10);
230    			cf.WGateway3.value = parseInt(cf.WGateway3.value,10);
231    			cf.WGateway4.value = parseInt(cf.WGateway4.value,10);
232    		}
233    
234    		var ap_gateway = (cf.WGateway1.value<< 24) | (cf.WGateway2.value<< 16) | (cf.WGateway3.value<< 8)| (cf.WGateway4.value);
235    		var tmpip = cf.WPethr1.value+'.'+cf.WPethr2.value+'.'+cf.WPethr3.value+'.'+cf.WPethr4.value;
236    		var tmpgwip = cf.WGateway1.value+'.'+cf.WGateway2.value+'.'+cf.WGateway3.value+'.'+cf.WGateway4.value;
237    		if((ap_ipaddr&ap_netmask) != (ap_gateway&ap_netmask))
238    		{
239    			alert("Error: IP Address" + tmpip + "is in a different subnet as the gateway address" + tmpgwip);
240    			return false;
241    		}
242
243    		if(checkIP(cf.DAddr1,cf.DAddr2,cf.DAddr3,cf.DAddr4,254)||(parseInt(cf.DAddr4.value,10)==0))
244    			msg+= "Invalid primary DNS address. Please enter it again.\n";
245    		else
246    		{
247    			cf.DAddr1.value = parseInt(cf.DAddr1.value,10);
248    			cf.DAddr2.value = parseInt(cf.DAddr2.value,10);
249    			cf.DAddr3.value = parseInt(cf.DAddr3.value,10);
250    			cf.DAddr4.value = parseInt(cf.DAddr4.value,10);
251    		}
252    		if(cf.PDAddr1.value.length>0 && cf.PDAddr2.value.length>0 && cf.PDAddr3.value.length>0 && cf.PDAddr4.value.length>0 )
253    		{
254    			if(checkIP(cf.PDAddr1,cf.PDAddr2,cf.PDAddr3,cf.PDAddr4,254)||(parseInt(cf.PDAddr4.value,10)==0))
255    				msg+= "Invalid secondary DNS address. Please enter it again.\n";
256    			else
257    			{
258    				cf.PDAddr1.value = parseInt(cf.PDAddr1.value,10);
259    				cf.PDAddr2.value = parseInt(cf.PDAddr2.value,10);
260    				cf.PDAddr3.value = parseInt(cf.PDAddr3.value,10);
261    				cf.PDAddr4.value = parseInt(cf.PDAddr4.value,10);
262    			}
263    		}
264    	}
265    	ap_mode_grayout();
266    	
267    	cf.apmode_ipaddr.value = cf.WPethr1.value+'.'+cf.WPethr2.value+'.'+cf.WPethr3.value+'.'+cf.WPethr4.value;
268    	cf.apmode_netmask.value = cf.WMask1.value+'.'+cf.WMask2.value+'.'+cf.WMask3.value+'.'+cf.WMask4.value;
269    	cf.apmode_gateway.value = cf.WGateway1.value+'.'+cf.WGateway2.value+'.'+cf.WGateway3.value+'.'+cf.WGateway4.value;
270    	cf.apmode_dns1_pri.value = cf.DAddr1.value+'.'+cf.DAddr2.value+'.'+cf.DAddr3.value+'.'+cf.DAddr4.value;
271    	cf.apmode_dns1_sec.value = cf.PDAddr1.value+'.'+cf.PDAddr2.value+'.'+cf.PDAddr3.value+'.'+cf.PDAddr4.value;
272        
273       if(0=="0")
274           sAlert('Note:After you click Apply,this device will change to a new IP assigned by your exiting router,therefore this web page might not be availible.Please close and restart the web brower to http://routerlogin.net/agin.', function(){document.forms[0].submit();}, function(){return false;});
275	}
276	else
277	{
278        ap_mode_ungrayout();
279        
280       if(0=="1")
281           sAlert('Note:After you click Apply,this device will change to a new IP assigned by your exiting router,therefore this web page might not be availible.Please close and restart the web brower to http://routerlogin.net/agin.', function(){document.forms[0].submit();}, function(){return false;});
282	}
283	if (msg.length > 1)
284	{
285		alert(msg);
286		return false;
287	}
288	
289	return false;
290}
291
292
293
294
295function display_fixed_ip_setting(display)
296{
297    var cf = document.forms[0];
298    if (display == 1)
299    {
300        document.getElementById("fixed_ip_setting_display").style.display="";
301	    document.getElementById("ap_addr").style.display="";
302	    document.getElementById("ap_mask").style.display="";
303	    document.getElementById("ap_daddr").style.display="";
304	    document.getElementById("ap_pdaddr").style.display="";
305	    document.getElementById("ap_gateway").style.display="";
306    }
307    else
308    {
309        document.getElementById("fixed_ip_setting_display").style.display="none";
310    }
311}
312
313function handle_fixip_ok()
314{
315	display_fixed_ip_setting(0);
316}
317
318
319function handle_fixip_cancel()
320{
321	display_fixed_ip_setting(0);
322	loadFixIPSettings();
323}
324
325function loadFixIPSettings()
326{
327	var cf = document.forms[0];
328
329	var apmode_ipaddr = cf.apmode_ipaddr.value;
330	var apmode_netmask = cf.apmode_netmask.value;
331	var apmode_gateway = cf.apmode_gateway.value;
332	var apmode_dns1_pri = cf.apmode_dns1_pri.value;
333	var apmode_dns1_sec = cf.apmode_dns1_sec.value;
334
335	cf.WPethr.value = apmode_ipaddr;
336	cf.WMask.value = apmode_netmask;
337	cf.WGateway.value = apmode_gateway;
338	
339	if (cf.apmode_dns1_pri.value != "")
340	{
341		cf.DAddr.value = apmode_dns1_pri;
342	}
343	if (cf.apmode_dns1_sec.value != "")
344	{
345		cf.PDAddr.value = apmode_dns1_sec;
346	}		
347}
348
349function loadSettings()
350{	
351	var cf = document.forms[0];
352	var i;
353    
354	var operation_mode = cf.pre_mode.value;
355	if( operation_mode == "ap" )
356	{
357		$("#ap").removeClass("icon").addClass("icon_select");
358	}
359	else if(operation_mode == "bridge")
360	{
361		$("#bridge").removeClass("icon").addClass("icon_select");
362	}
363	else if(operation_mode == "repeating")
364	{
365		$("#repeating").removeClass("icon").addClass("icon_select");
366	}
367	else
368	{
369		$("#router").removeClass("icon").addClass("icon_select");
370	}
371	//display_apmode();
372    display_fixed_ip_setting(0);
373	//setIP_DNS();
374	loadFixIPSettings();
375}
376
377
378//-->
379</script>
380</head>
381<body  onLoad="change_size();loadSettings();" class="page-body"  onload="change_size();"  onResize="change_size();" >
382<img class="cover-image" src="<%74%>">
383<img class="body-image" src="<%75%>">
384<div id="full-page-container">
385
386  <form id="target"  method="POST" action="operation_mode.cgi" NAME=general>
387    <input type="hidden" name="buttonHit"><input type="hidden" name="buttonValue">
388    <img class="subtop-image" src="<%76%>">
389    <div class="page_title"> <%420%></div>
390        <table border="0"    style="height:370px"  class="subhead2-table">
391
392          <tr align="left" valign="top">
393            <td   align="center" colspan="2" class="table-seperate-border2">
394              <input class="new_cancel_bt ui-corner-all" type="reset" name="Cancel" value="<%83%>" onClick="location.href='WLG_opmode_main.htm';">
395              <input <%4139%> type="submit" name="Apply" value="<%78%>" onClick="return checkData();">
396            </td>
397          </tr>
398          <tr><td class="scrollpane-table-seperate-border" colspan="2">
399            <div class="scroll-pane" style="height:365px;width:620px;overflow:auto;scrolling:auto">
400              <table style="border-collapse:collapse;width:97%">
401                <tr><td colspan=2>    
402	                <div class="boxline">
403		                <div class="box ui-corner-all router">
404			                <div class="radio_box"><input type="radio" name="operation_type" value=0 onclick="select_type(0)"> <%4140%></div>
405			                <div class="<%4145%>" style="margin-left:20px" onclick="select_type(0)"><img src="img/opmode_router.gif"></div>
406		                </div>
407  		              <div class="box_select ui-corner-all ap">
408             			    <div class="radio_box"><input type="radio" name="operation_type" value=1 checked> <%1635%></div>
409		  	              <div class="<%4146%>" style="margin-left:20px" onclick="select_type(1)"><img src="img/opmode_ap.gif"></div>
410                		</div>
411           		      <div class="box ui-corner-all bridge">
412			                <div class="radio_box"><input type="radio" name="operation_type" value=2 onclick="select_type(2);"> <%4141%> </div>
413			                <div class="<%4147%>" style="margin-left:20px" onclick="select_type(2);"><img src="img/opmode_bridge.gif"></div>
414		                </div>
415		                <div class="box ui-corner-all repeating">
416			                <div class="radio_box"><input type="radio" name="operation_type" value=3 onclick="select_type(3);"> <%4142%> </div>
417			                <div class="<%4148%>" style="margin-left:20px" onclick="select_type(3);"><img src="img/opmode_extender.gif"></div>
418		                </div>
419	                </div>
420                </td></tr>
421                <tr><td style="width:70%">
422	                <TABLE  border=0 cellpadding=0 cellspacing=2>
423		                <TR>
424			                <td  align="left"><%4154%></TD>		
425  		              </TR>
426	  	              <TR><TD height="20px"></TD></TR>
427		                <TR>
428			                <td nowrap colspan=3><%1682%></td>
429		                </TR>
430		                <TR id=ap_radio_1>
431			                <TD nowrap colspan=3>
432			                  <input type="radio" name="enable_fixed_ip_setting" value="enable_dynamic_ip_setting" <%1638%> onclick="display_fixed_ip_setting(0)"><%1683%>
433			                </TD>
434		                </TR>
435		                <TR id=ap_radio_2>
436			                <TD nowrap colspan=3>
437			                  <input type="radio" name="enable_fixed_ip_setting" value="enable_fixed_ip_setting" <%1684%> onclick="display_fixed_ip_setting(1)"><%1685%>
438			                </TD>
439		                </TR>
440		                <TR><TD height="25px"></TD></TR>
441		                <TR><TD nowrap colspan=3>&nbsp; <%730%>: 
442		                  <%1149%>
443                      &nbsp;&nbsp;&nbsp; <input class="new_edit_bt ui-corner-all" type="button" name="Apply" value="<%527%>" onClick="location.href='DEV_name.htm';">
444                      </TD><TD></td>
445                    </TR>
446                    <TR><TD height="10px"></TD></TR>
447                    <!--
448		                <TR id=learn>
449			                <TD nowrap colspan=3>
450	                      <input class="new_apply_bt ui-corner-all" type="button" name="learn_router" value="<%2823%>" onclick="window.open('WLG_opmode_learn_more.htm','newwindow','resizable=no,scrollbars=yes,toolbar=no,menubar=no,status=no,location=no,alwaysRaised=yes,z-look=yes,width=800,height=600,left=200,top=100').focus();" >
451			                </TD>
452		                </TR>
453		                -->
454	                </TABLE>
455	                </td>
456	                <td style="width:20%;algin:left">
457                  <TABLE border=0 cellpadding=0 cellspacing=2>
458		                <TR>
459			                <TD ><b><%4155%></b></TD>
460		                </TR>
461		                <TR>
462			                <TD><%4156%></TD>
463		                </TR>
464		                <TR><TD height="15px"></TD></TR>
465		                <TR>
466			                <TD nowrap style="font-size:12px;color:#702b86"><b>2.4G SSID</b></TD>		
467		                </TR>
468		                <TR>
469			                <TD nowrap colspan=3><%161%></TD>		
470		                </TR>
471		                <TR><TD nowrap colspan=3>
472		                  <%1669%>
473		                  <%1670%>
474		                    <%198%>
475		                  <%1671%>
476		                </TD></TR>
477		                <TR><TD height="15px"></TD></TR>
478		                <TR>
479			                <TD nowrap colspan=3 style="font-size:12px;color:#702b86"><b>5G SSID</b></TD>		
480		                </TR>
481		                <TR>
482			                <TD nowrap colspan=3><%216%></TD>		
483		                </TR>
484                		<TR><TD nowrap colspan=3>
485		                  <%1672%>
486		                  <%1673%>
487		                  <%262%>
488		                  <%1674%>
489		                </TD></TR>
490		                <TR><TD height="15px"></TD></TR>
491		                <TR>
492			                <td nowrap colspan=3><%4157%>:</td>
493		                </TR>
494		                <TR><TD height="5px"></TD></TR>
495		                <TR>
496			                <td nowrap colspan=3><input class="wireless_bt ui-corner-all" type="button" name="Apply" value="<%418%>" onClick="goto_wireless();"></td>
497		                </TR>
498	                </TABLE>  
499                </td></tr>
500                <tr><td colspan=2>
501
502		              <div class="ipaddres_ap" style="display:none" id="fixed_ip_setting_display">
503		                <table width=420px height=270px cellpadding=0 cellspacing=2  border=0 class="iptable">
504			                <tr height="15px"></tr>
505                      <TR id=ap_addr style="display:none">
506				                <TD width="10px"></TD>
507				                <TD>&nbsp;&nbsp;&nbsp;</TD>
508				                <TD nowrap><%533%></TD>
509				                <TD nowrap align=right>
510					                <input type="text" name="WPethr"  size="20" autocomplete="off" maxlength="20" onFocus="this.select();"  onKeyPress="return getkey1();" >
511				                </TD>
512				                <td width="20px"></td>
513			                </TR>
514                      <TR id=ap_mask style="display:none">
515				                <TD width="10px"></TD>
516				                <TD>&nbsp;&nbsp;&nbsp;</TD>
517				                <TD nowrap><%534%></TD>		
518				                <TD nowrap align=right>
519					                <input type="text" name="WMask"  size="20" autocomplete="off" maxlength="20" onFocus="this.select();" onKeyPress="return getkey1();" >
520				                </TD> 
521				                <td width="20px"></td>
522			                </TR>
523                      <TR id=ap_gateway style="display:none">
524				                <TD width="10px"></TD>
525				                <TD>&nbsp;&nbsp;&nbsp;</TD>
526				                <TD nowrap><%535%></TD>		
527				                <TD nowrap align=right>
528					                <input type="text" name="WGateway"  size="20" autocomplete="off" maxlength="20" onFocus="this.select();"  onKeyPress="return getkey1();" >
529				                </TD>
530				                <td width="20px"></td>
531			                </TR>
532                      <TR id=ap_daddr style="display:none">
533				                <TD width="10px"></TD>
534				                <TD>&nbsp;&nbsp;&nbsp;</TD>
535				                <TD nowrap><%539%></TD>
536				                <TD nowrap align=right>
537					                <input type="text" name="DAddr"  size="20" autocomplete="off" maxlength="20" onFocus="this.select();" onKeyPress="return getkey1();">
538				                </TD>
539				                <td width="20px"></td>
540			                </TR>
541                      <TR id=ap_pdaddr style="display:none">
542				                <TD width="10px"></TD>
543				                <TD>&nbsp;&nbsp;&nbsp;</TD>
544				                <TD nowrap><%540%></TD>
545				                <TD nowrap align=right>
546					                <input type="text" name="PDAddr"  size="20" autocomplete="off" maxlength="20" onFocus="this.select();" onKeyPress="return getkey1();">
547				                </TD>
548				                <td width="20px"></td>
549			                </TR>
550			                <tr height="15px"></tr>
551			                <tr><td colspan="5">
552				                <div>
553					                <input type="button" value="OK" class="fixip_ok" onclick="handle_fixip_ok();">
554					                <input type="button" value="Cancel" class="fixip_cancel" onclick="handle_fixip_cancel();">
555				                </div>
556			                </td></tr>
557			                <tr height="15px"></tr>
558		                </table>
559	                </div>
560	              </td><tr>
561                <tr><td colspan=2>
562		                <img src="img/opmode_ap-4.gif">
563                </td></tr>
564              </table>
565            </div>
566          </td></tr>
567          <tr valign="middle" align="center"><td class="table-seperate-border" colspan="2" style="padding-left:0px"><div class="help-frame-div" > <iframe id="helpframe"  src="WLG_opmode_ap_dual_band_h.htm" class="help-iframe" scrolling="no" name="helpframe" frameborder="0" onload="showHelpIframe();"></iframe> </div> </td> </tr>
568        </table>
569     <img class="subfooter-image" src="img/subhead2-bottom.gif">
570     <div class="subhead2-bottom" >
571       <span style="float:left;padding-left:10px;padding-top:5px"><img src="img/help-icon.gif" onmouseover="changeCursorPointer();" onclick="showHelpIframe();" onmouseout="changeCursorDefault();"></span>
572       <span class="subhead2-text" style="float:left;padding-left:3px;" onclick="showHelpIframe();" onmouseover="changeCursorPointer();" onmouseout="changeCursorDefault();"> <%266%> </span>
573       <span class="button-help-arrow">
574       <img src="img/helparrowdown-icon.gif" id="help-button" onclick="showHelpIframe();" onmouseover="changeCursorPointer();" onmouseout="changeCursorDefault();" ></span>
575       <span class="subhead2-text" style="text-decoration:underline;float:right;padding-right:10px" onclick="showHelpIframe();" onmouseover="changeCursorPointer();" onmouseout="changeCursorDefault();"> <%267%> </span>
576     </div>
577
578
579<INPUT type="hidden" name="pre_mode" value="<%4143%>" >
580<INPUT name=enable_operation_mode type=hidden value="ap">
581<INPUT name=enable_ap_mode type=hidden value= "1">
582<INPUT name=apmode_ipaddr type=hidden value= "<%1382%>">
583<INPUT name=apmode_netmask type=hidden value= "<%1383%>">
584<INPUT name=apmode_gateway type=hidden value= "<%1385%>">
585<INPUT name=apmode_dns_sel type=hidden value= "<%1647%>">
586<INPUT name=apmode_dns1_pri type=hidden value= "<%1390%>">
587<INPUT name=apmode_dns1_sec type=hidden value= "<%1391%>">
588<INPUT type="hidden" name="enable_smart_mesh" value="<%4144%>" >
589<INPUT type="hidden" name="enable_band_steering" value="<%285%>" >
590<INPUT name=WPethr1 type=hidden value= "">
591<INPUT name=WPethr2 type=hidden value= "">
592<INPUT name=WPethr3 type=hidden value= "">
593<INPUT name=WPethr4 type=hidden value= "">
594<INPUT name=WMask1 type=hidden value= "">
595<INPUT name=WMask2 type=hidden value= "">
596<INPUT name=WMask3 type=hidden value= "">
597<INPUT name=WMask4 type=hidden value= "">
598<INPUT name=WGateway1 type=hidden value= "">
599<INPUT name=WGateway2 type=hidden value= "">
600<INPUT name=WGateway3 type=hidden value= "">
601<INPUT name=WGateway4 type=hidden value= "">
602<INPUT name=DAddr1 type=hidden value= "">
603<INPUT name=DAddr2 type=hidden value= "">
604<INPUT name=DAddr3 type=hidden value= "">
605<INPUT name=DAddr4 type=hidden value= "">
606<INPUT name=PDAddr1 type=hidden value= "">
607<INPUT name=PDAddr2 type=hidden value= "">
608<INPUT name=PDAddr3 type=hidden value= "">
609<INPUT name=PDAddr4 type=hidden value= "">
610<INPUT name=apmode_page type=hidden value= "1">
611
612<a name="helpframe-anchor"></a>
613    </form>
614
615  </div>
616</body>
617</html>
618