2016-03-06から1日間の記事一覧

Aserveでフォームから入力データを受け取る

SBCL & Aserve でHTMLフォームよりデータを受け取る処理です。HTMLフォーム <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>テスト</title> </head> <body> <form action="/app/form.html" method="post"> <h3>フォームテスト</h3><br> 名前<br> <input type="text" name="name" size="40"><br><br> 性別<br> </form></body></html>