Advertisement
Guest User

Untitled

a guest
Jul 29th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <form action="/webtek/CustomerLogin" method="POST">
  2. <p>Username:</p>
  3. <p>
  4. <input type="text" name="customerName"><br>
  5. Password:</p>
  6. <p>
  7. <input type="password" name="customerPass">
  8. </p>
  9. <p>
  10. <input type="submit" value="Login">
  11. </p>
  12. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement