Controller Based WLANs

 View Only
last person joined: one year ago 

APs, Controllers, VIA

Sample HTML coding page for Guest-login-username-password 

Apr 06, 2015 12:46 AM

Environment- Tested with AOS 6.4.2.1

Answer- Note :- Need to replace http://10.17.168.173/cgi-bin/login with the IP address / certificate CN of the controller for the customer
 
</script>
<form name="form6454d1d4_weblogin" id="form6454d1d4_weblogin" method="POST" action="http://10.17.168.173/cgi-bin/login" accept-charset="UTF-8" enctype="application/x-www-form-urlencoded" novalidate="novalidate">
<table class="nwaContent" cellpadding="2" cellspacing="2">
   <thead>
    <tr>
     <th class="nwaTop" colspan="2">Login</th>
    </tr>
   </thead>
 
  <!-- end no_login UI element -->
  <!-- begin user UI element (type: text; hidden: ;) -->
  <tr id="TR_form6454d1d4_weblogin_user">
    <th class="nwaLeft">
      <span class="nwaImportant nwaRequiredField">*</span> <label for="ID_form6454d1d4_weblogin_user">Username:</label>    </th>
    <td class="nwaBody"><a name="A_user"></a>
      <input type="email" style="width: 200px;" name="user" id="ID_form6454d1d4_weblogin_user" value="" autocapitalize="off" autocorrect="off">
    </td>
  </tr>
  <!-- end user UI element -->
  <!-- begin password UI element (type: password; hidden: ;) -->
  <tr id="TR_form6454d1d4_weblogin_password">
    <th class="nwaLeft">
      <span class="nwaImportant nwaRequiredField">*</span> <label for="ID_form6454d1d4_weblogin_password">Password:</label>    </th>
    <td class="nwaBody"><a name="A_password"></a>
      <input type="password" style="width: 200px;" name="password" id="ID_form6454d1d4_weblogin_password" value="">
    </td>
  </tr>
  <!-- end password UI element -->
   <tr id="TR_form6454d1d4_weblogin_submit">
    <th class="nwaBottom" colspan="2">
     <a name="A_submit"></a>
       <input type="submit" id="ID_form6454d1d4_weblogin_submit" value="Log In">
 
<script language="JavaScript" type="text/javascript"><!--
document.getElementById("ID_form6454d1d4_weblogin_submit").onclick = function (ev) {
            ev = ev || window.event;
            r = Nwa_SubmitForm("form6454d1d4_weblogin","ID_form6454d1d4_weblogin_submit");
            ev.returnValue = r;
            return r;
}
//-->
</script>
 
    </th>
   </tr>
</table>
 
 
 
</form>

Statistics
0 Favorited
1 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.