D-Link DSA-3100P Manual - Page 48

Tools > Upload Logout Required HTML code

Page 48 highlights

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. Required HTML code 46

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79

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