HP (Hewlett-Packard) 700wl Series Switch User Manual


 
Example 3
<FORM action="/cgi-bin/logon" method=post name=logonForm> (This is the FORM statement
required at the beginning of the Logon form.)
@satmac()
@interface()
@java_works()
@secret()
@query()
(Not shown -- Code here to set up a table, present username and password input fields etc. >
The following replaces the “Displays three buttons” section in Example 2.
<!-- Displays three buttons -->
<tr><td align="center">
<table>
<tr><td align="right" width="200">
<INPUT name=logon_action type=submit value="Registered User">
<INPUT name=logon_action type=hidden value="Logon User">
</FORM> (This is the end of the original FORM statement. The first renamed button can
be included within this FORM)
</td>
<FORM action="/cgi-bin/logon" method=post name=guestForm>
@satmac()
@interface() (This form enables renaming the second button.)
@java_works()
@secret()
@query()
<td align="center" width="100">
<INPUT name=logon_action type=submit value="Visitor Logon">
<INPUT name=logon_action type=hidden value="Logon as a Guest">
</FORM>
</td>
<FORM action="/cgi-bin/logon" method=post name=logoffForm>
@satmac()
@interface() (This form enables renaming the third button.)
@java_works()
@secret()
@query()
<td align="left" width="100">
<INPUT name=logon_action type=submit value="Log me off">
<INPUT name=logon_action type=hidden value=Logoff>
</FORM>
</td>
</tr>
</table>
</td></tr>
HP ProCurve Secure Access 700wl Series Management and Configuration Guide C-11