functioning properly by accessing a predetermined URL (or IP address).
URL or IP address: this predetermined URL will be used as a target address for the
Upload File: The internal Login and Logout pages, as well as the SSL certificate may be replaced with user files.
Upload Login page
The Login page may be customized to suit any particular application. The coding for this page should be HTML and include the code in the box below. To upload, enter the filename and path of the customized Login page in the appropriate field, or browse and select the file. To recover the factory default login interface, click the “Use Default Page” button. After the upload is complete, click the “Preview” button at the bottom of this page to preview your
The following HTML code must be included to provide a channel for the user to key in a username and a password.
<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>
56