User's Manual

Administrators Manual
72
address).
URL or IP address: this predetermined URL will be used as a target
address to check the Internet connection.
Upload File:
1. Upload Login page
There are three frames with blue edges, which represent 3 sections for user to define
the user interface.
If you want to use user-defined interface, please enter the filename of the login
webpage in the first part of the interface, or browse and click such file. If you want to
recover the factory default setting of the login interface, click the “Use Default Page
button. After the upload is completed, click the “Preview at the bottom of this page to
preview your user-defined login user interface.
Figure 5-52
Upload User-defined Login Interface
The user-defined login interface must include the following HTML codes to provide a
channel for the user to key in username and password.
Figure 5-53 HTML Instructions Required for Using User-Defined Interface
<form action="userlogin.shtml" method="post" name="Enter">
<input type="text" name="myusername">
<input type="password" name="mypassword">
<input type="submit" name="submit" value="Enter">
<input type="reset" name="clear" value="Clear">
</form>