exo7: add cookies handling code.
[TD_webapps.git] / ROOT / exo7 / cookie-form.html
1 <html>
2 <body>
3
4 <form action="setcookie.jsp">
5 First name:<br>
6 <input type="text" name="firstname"><br>
7 Last name:<br>
8 <input type="text" name="lastname"><br><br>
9 <input type="submit" value="Submit">
10 </form>
11
12 </body>
13 </html>