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


 
The required elements in a Logoff Pop-up template are:
Form Tag:
<FORM action=/logon method=post name=logoffForm>
A form with the name logoffForm is required, with action and method attributes set as shown.
Buttons:
One button must be present on the page to enable the user to log off.
<INPUT name=logon_action type=submit value="Logoff">
The button name, type, and value attributes must be set exactly as shown.
The following is an example of a Logoff page template that displays the username as well as the Logoff
button:
Example 5
<!-- Logoff Page Template File -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Logoff Page</title>
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<script type="text/javascript" language="JavaScript">
<!-- Hide script that controls window size
//<! [CDATA[
window.blur();
window.resizeTo(680, 350);
//]] End script hiding -->
</script>
</head>
<body bgcolor="FFFFFF">
<center>
<img src="/images/galactic.gif"><br>
<img src="/dot-black.gif" width="300" height="1">
</center>
<font face="arial,helvetica,sans-serif">
<FORM action=/logon method=post name=logoffForm>
<table width="200" cellspacing="0" cellpadding="5" align="center">
<tr><td align="center">Logged on as <font color="#006600">
<b>@username()</b></font> </td></tr>
<tr><td align="center"><INPUT name=logon_action type=submit
value=Logoff></td></tr>
</table>
</FORM>
</font>
</body>
</html>
HP ProCurve Secure Access 700wl Series Management and Configuration Guide C-17