46
Using the Configuration Utility (continued)
Tools > Upload Logout Page
To provide a custom user logout page, please click Browse to specify the file name
and upload it onto the DSA-3100 by clicking Apply. If you want to get back to the
default user logout page, simply click the Use Default Page button.
If you want to
display the Logout page, simply click the Preview button.
The uploaded custom logout page must contain the following HTML codes to
provide users a place to input the user name and password.
<form action=”userlogout.shtml” method=”post” name=”Enter”>
<input type=”text” name=”myusername”>
<input type=”password” name=”mypassword”>
<input type=”submit” name=”submit” value=”Logout”>
<input type=”reset” name=”clear” value=”Clear”>
</form>
Required HTML code