
238
<FORM action="" method="post" name="form">
<script language="Javascript">
form.action = getVarFromURL(window.location.href, 'loginurl');
</script>
<INPUT type="text" name="myusername" size="25">
<INPUT type="password" name="mypassword" size="25">
<INPUT name="button_submit" type="submit" value="Enter">
<INPUT name="button_clear" type="button" value="Clear">
</FORM>
The following shows the corresponding self-defined javascript function used to parse the
loginurl
parameter:
function getVarFromURL(url, name) {
if(name == "" || url == "") { return ""; }
name = name.replace(/[\[]/|"\\\[").replace(/[\]]/|"\\\]");
var regObj = new RegExp("[\\?&]"+name+"=([^&#]*)");
var result = regObj.exec(url);
if(result == null) { return ""; }
else { return decodeURIComponent(result[1]); }
}
An external page example that the user will see upon launching a browser, highlighted in red you can see the URL
parameters sent from the system:
Содержание WHG-311
Страница 1: ...LevelOne Secure WLAN Controller WHG 311 315 401 505 515 707 User Manual...
Страница 25: ...25 WHG Controller in a Business Headquarter WHG Controller in a Hotel Capable of integrating with DSLAM and PMS...
Страница 61: ...61...
Страница 67: ...67...
Страница 103: ...103...
Страница 118: ...118...
Страница 162: ...162 AP status Client List and WDS List information listed are collected from the remote AP via SNMP...
Страница 205: ...205 13 1 3 HW View Hardware Status go to Status HW This tab page displays the system s hardware usage information...
Страница 232: ...232 Custom Pages Login Page Uploaded Page Choose Uploaded Page and upload a login page to the built in HTTP server...
Страница 250: ...250 price duration serial number number is account s n...
Страница 252: ...252...
Страница 268: ...268...
Страница 273: ...273 4 Select root certification and then click View Certificate 5 Click Install Certificate...
Страница 275: ...275 8 Click Finish...
Страница 307: ...307 P N VWHG50020110601...