Guest User

Untitled

a guest
Feb 19th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.74 KB | None | 0 0
  1. <script src="validate.js" type="text/javascript"></script>
  2.  
  3. <form name="registerform" method="post" action="checkregister.php">
  4. <table width="100%" border="0" cellpadding="3" cellspacing="1">
  5.  
  6. <tr>
  7. <td colspan="3"><strong>Register</strong></td>
  8. </tr>
  9.  
  10. <tr>
  11. <td width="78">New username:</td>
  12. <td width="294"><input name="username" type="text" id="newusername"></td>
  13. </tr>
  14.  
  15. <tr>
  16. <td>New password:</td>
  17. <td><input type="password" name="pswd" onkeyup="validatePassword(this.value)" id="pswd"></td>
  18. <td><img src="trolo.jpg" id="passwordPic"></td>
  19. </tr>
  20.  
  21. <tr>
  22. <td>E-mail:</td>
  23. <td><input name="newemail" type="text" id="newemail"></td>
  24. </tr>
  25.  
  26. <tr>
  27. <td><input type="submit" name="Submit" value="Register"></td>
  28. </tr>
  29. </table>
  30. </form>
Add Comment
Please, Sign In to add comment