Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.50 KB | None | 0 0
  1. <form action="go" method="post">
  2.         <label>Courriel :</label><input type="text" value="" name="email"></input>
  3.         <label>Mot de passe :</label><input type="text" value="" name="pw"></input>
  4.         <label>Se souvenir :</label><input type="checkbox" value="cookie" name="cookie"></input>
  5.         <input type="hidden" name="jobToDo" value="ClientLoginAction"></input>
  6.         <button type="submit" style="width: 50%; height: 20px;"value="OK"></button>
  7.         </form>
  8.         <div id="newMember">Pas inscrit ? Inscrivez-vous!</div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement