NETGEAR ProSafe WFS709TP Software Administration Manual page 202

Smart wireless switch
Hide thumbs Also See for ProSafe WFS709TP:
Table of Contents

Advertisement

WFS709TP ProSafe Smart Wireless Switch Software Administration Manual
<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" –
SIZE="25" –
VALUE="" –
Password
Minimal:
<INPUT type="password" name="password">
Recommended Options:
accesskey = "p" –
SIZE = "25" –
VALUE = "" –
FQDN
Minimal:
<SELECT name=fqdn>
<OPTION value="fqdn1" SELECTED>
<OPTION value="fqdn2">
</SELECT>
C-2
Sets the keyboard shortcut to 'u'
Sets the size of the input box to 25
Ensures no default value
Sets the keyboard shortcut to 'p'
the size of the input box to 25
Ensures no default value
v1.0, June 2007
Internal Captive Portal

Advertisement

Table of Contents
loading

Table of Contents