Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.73 KB | None | 0 0
  1.     Change Password:
  2.     <hr color="000000" width="256" align="left">
  3.     <table width="480" border="0" cellspacing="0" cellpadding="4">
  4.     <tr>
  5.     <td width="130" align="right">Old Password:</td>
  6.     <td>
  7.     <input type="password" name="old_password" id="old_password"></td>
  8.     </tr>
  9.     <td width="130" align="right">New Password:</td>
  10.     <td>
  11.     <input type="password" name="password" id="password"></td>
  12.     </tr>
  13.     <tr>
  14.     <td width="130" align="right">Repeat Password:</td>
  15.     <td>
  16.     <input type="password" name="password_confirm" id="password_confirm"></td>
  17.     </tr>
  18.     <tr>
  19.     <td>&nbsp;</td>
  20.     <td><input type="submit" name="update" id="update" value="Update Profile"></td>
  21.     </tr>
  22.     </table>
  23. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement