GameNCode

SQL Signup

Feb 8th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. <%@ page language="java" contentType="text/html; charset=windows-1255"
  2. pageEncoding="windows-1255"%>
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  4. <html>
  5. <head>
  6. <meta http-equiv="Content-Type" content="text/html; charset=windows-1255">
  7. <title>Sign Up</title>
  8. </head>
  9. <body>
  10. <form id="signup" action="UpdateSignup.jsp" method="get">
  11. Enter username: &nbsp; <input type="text" name="uname" placeholder="Username"></br>
  12. Enter password: &nbsp; <input type="password" name="pass" placeholder="Password"></br>
  13. <td><input type="submit" value="Submit" /></td>
  14. <td><input type="reset" value="Reset" /></td>
  15. </form>
  16. </body>
  17. </html>
Add Comment
Please, Sign In to add comment