1<html xmlns="http://www.w3.org/1999/xhtml">
2<head>     
3<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 
4<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
5<meta HTTP-EQUIV="Expires" CONTENT="-1">
6<link rel="stylesheet" type="text/css" href="../form_style.css"> 
7<link rel="stylesheet" type="text/css" href="qis_style.css">
8
9<script type="text/JavaScript" src="/state.js"></script>
10<script>
11function QKfinish_load_body(){
12	parent.document.title = "ASUS Wireless Router <#Web_Title#> - <#QKSet_all_title#>";
13	hideLinkTag();
14	flash_button();
15	
16	parent.hideLoading("noDrSurf");
17	parent.$("hiddenMask").style.visibility = "hidden";
18}
19
20function gotoInternet(){
21	/*if(navigator.appName.indexOf("Microsoft") >= 0)
22		window.open("about:home");//*/
23	
24	parent.location.href = "/gotoHomePage.htm";
25}
26
27function gotoAdvSetting(){
28	parent.location = "/Advanced_Wireless_Content.asp";
29}
30</script>
31</head>  
32
33<body onLoad="QKfinish_load_body();" >
34<div class="QISmain">
35<div class="description_down" id="title_item"><#WPS_state_configured_success#></div>
36<br/><br/>
37  <table id="tblsetting_1" class="QISform" width="400" border=0 align="center" cellpadding="5" cellspacing="0">
38 	<tr>
39    	<td>
40		<ol>
41		  <li id="fail_to_connect" style="display:none;">
42    	  	<a id="link_id" href="javascript:;"><span id="link_str"></span></a>:<span id="link_reason"></span>
43    	  </li>
44    	  <li id="succeed_to_connect">
45    	  	<a href="javascript:gotoInternet();"><#QKSet_finish_moveto1#></a>
46   	        <span id="no_security_hint" style="display:none;" class="hint_word"><#QKSet_finish_moveto3#></span>
47    	  </li>
48  	      <li style="display:;">
49  	      	<a href="javascript:gotoAdvSetting();"><#QKSet_finish_moveto7#></a>:
50						<#QKSet_finish_moveto8#>
51  	      </li>		  
52    	</ol>
53		</td>
54   	</tr>	  
55  </table>  
56</div>
57
58<br>
59
60<div class="QISfoot"></div>
61</body>
62