User's Manual
Table Of Contents
- WFS709TP ProSafe Smart Wireless Switch Software Administration Manual
- Contents
- About This Manual
- Chapter 1 Overview of the WFS709TP
- Chapter 2 Deploying a Basic WFS709TP System
- Chapter 3 Configuring Network Parameters
- Chapter 4 RF Plan
- Chapter 5 Configuring WLANS
- Chapter 6 Configuring AAA Servers
- Chapter 7 Configuring 802.1x Authentication
- Chapter 8 Configuring the Captive Portal
- Chapter 9 Configuring MAC-Based Authentication
- Chapter 10 Adding Local WFS709TPs
- Chapter 11 Configuring Redundancy
- Chapter 12 Configuring Wireless Intrusion Protection
- Chapter 13 Configuring Management Utilities
- Chapter 14 Configuring WFS709TP for Voice
- Appendix A Configuring DHCP with Vendor-Specific Options
- Appendix B Windows Client Example Configuration for 802.1x
- Appendix C Internal Captive Portal
- Appendix D Related Documents
- Index

WFS709TP ProSafe Smart Wireless Switch Software Administration Manual
C-2 Internal Captive Portal
v1.0, June 2007
<FORM method="post" ACTION="/auth/index.html/u">
...
</FORM>
A recommended option for the <FORM> element is:
autocomplete="off"
This tells Internet Explorer not to cache form inputs.
The form variables can be input using any form control method available such as INPUT,
SELECT, TEXTAREA and BUTTON. Example HTML code follows.
Username
Minimal:
<INPUT type="text" name="user">
Recommended Options:
•
accesskey="u" – Sets the keyboard shortcut to 'u'
•
SIZE="25" – Sets the size of the input box to 25
•
VALUE="" – Ensures no default value
Password
Minimal:
<INPUT type="password" name="password">
Recommended Options:
•
accesskey = "p" – Sets the keyboard shortcut to 'p'
•
SIZE = "25" – the size of the input box to 25
•
VALUE = "" – Ensures no default value
FQDN
Minimal:
<SELECT name=fqdn>
<OPTION value="fqdn1" SELECTED>
<OPTION value="fqdn2">
</SELECT>