Add exo7 code.
[TD_webapps.git] / ROOT / exo7 / form.jsp
diff --git a/ROOT/exo7/form.jsp b/ROOT/exo7/form.jsp
new file mode 100644 (file)
index 0000000..9b620a8
--- /dev/null
@@ -0,0 +1,13 @@
+<html>
+<body>
+
+<form action="savename.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>