Advertisement
Guest User

Untitled

a guest
Oct 31st, 2012
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1.  
  2. <html><head> <title>Login</title></head><body><hr width=100%><center>Authentication and Access control</center><hr width=100%><center><b>Login</b></center><p>Please provide your username and password to access restricted applications.<br><form action=/nclogin.submit method=POST><table> <tr> <td align=right><b>User Name:</b></td> <td><input type=text name=f_username size=32></td> </tr> <tr> <td align=right><b>Password:</b></td> <td><input type=password size=32 name=f_passwd></td> </tr></table><p><input type=hidden name=f_method value=LOGIN><input type=submit value=Login><input type=reset value=Reset></form></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement