exo7: add cookies handling code.
[TD_webapps.git] / ROOT / exo7 / cookie-form.html
diff --git a/ROOT/exo7/cookie-form.html b/ROOT/exo7/cookie-form.html
new file mode 100644 (file)
index 0000000..10bbcaa
--- /dev/null
@@ -0,0 +1,13 @@
+<html>
+<body>
+
+<form action="setcookie.jsp">
+  First name:<br>
+  <input type="text" name="firstname"><br>
+  Last name:<br>
+  <input type="text" name="lastname"><br><br>
+  <input type="submit" value="Submit">
+</form>
+
+</body>
+</html>