D-Link DSA-3100 Network Card User Manual


 
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