Add exo4 missing bits and exo10 code.
[TD_webapps.git] / ROOT / exo7 / cookie-form.html
CommitLineData
05e819e4 1<meta charset="UTF-8">
27e8c3cf
JB
2<html>
3<body>
4
5<form action="setcookie.jsp">
6 First name:<br>
7 <input type="text" name="firstname"><br>
8 Last name:<br>
9 <input type="text" name="lastname"><br><br>
10 <input type="submit" value="Submit">
11</form>
12
13</body>
14</html>