D-Link DSA-3100P Manual - Page 47

Tools > Upload Login Required HTML code, Use Default

Page 47 highlights

Using the Configuration Utility (continued) Tools > Upload Login Page To provide a custom user login page, please specify the file name to upload onto the DSA-3100. If you want to get back to the default user login page, simply click the Use Default Page button. If you want to display the Login page, simply click the Preview button The uploaded custom login page must contain the following HTML codes to provide users a place to input the user name and password. Required HTML code 45

  • 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

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