Custom Web - ZyXEL Communications NXC-8160 User Manual

Business wlan controller
Hide thumbs Also See for NXC-8160:
Table of Contents

Advertisement

7.7.1 Custom Web Page Instructions
The following are instructions for uploading a custom captive portal web page to the NXC-
8160. They are identical to the list of limitations and requirements that appear when you click
the See more: Instructions link in the Advanced > Portal screen.
1 Use the Browse and Upload buttons repeatedly, for uploading the HTML page and one
or more pictures.
2 The custom login page must be in an HTML format.
3 The page must contain a form tag.
4 The page must contain a submit button.
5 The page must contain two text input tags, one for username and one for password.
6 The username tag must have the parameter name="f_username" .
7 The password tag must have the parameter name="f_password" .
8 If images are used, the images relative path to the custom html file path will be imgs/.
9 To delete all uploaded files, click the Delete Files button.
7.7.1.1 Form & Input Example
The following is an example of how to tag the form and input fields in your custom upload
captive portal web page source code:
<form>
<input type="text" name="f_username" />
<input type="text" name="f_password" />
<input type="submit" value="login" />
</form>
7.7.1.2 Image Example
The following is an example of how to tag images in your custom upload captive portal web
page source code:
<img src="imgs/logo.gif" width="200" height="200" />
NXC-8160 User's Guide
Chapter 7 Advanced Settings
91

Advertisement

Table of Contents
loading

Table of Contents