Guest User

Untitled

a guest
Mar 16th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.44 KB | None | 0 0
  1.                 <form action="/protected/" method="post">
  2.                 <fieldset>
  3.                 <legend>Login details</legend>
  4.                 Username: <input type="text" title="Username" size="12" name="txtUserName" /><br />
  5.                 Password:  <input type="password" title="Password" size="12" name="txtPassword" /><br />
  6.                 <input type="submit" value="Log in" />
  7.                 </fieldset>
  8.                 </form>
Add Comment
Please, Sign In to add comment