correction bug, finalisation des servlet
This commit is contained in:
@@ -1,11 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>User manager</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Creer l'utilisateur</h1>
|
||||
<FORM Method="POST" Action="UserInfo">
|
||||
<input type="hidden" name="action" value="addUser">
|
||||
Name : <INPUT type="text" size="20" name="name"><BR>
|
||||
Email : <INPUT type="text" size="20" name="email"><BR>
|
||||
Passworld : <INPUT type="text" size="20" name="password"><BR>
|
||||
<INPUT type="submit" value="Send">
|
||||
</FORM>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user