Html to CGI
|
アンケート | TOP画面 | サンプルプログラム | 設定+管理画面 | |
あなたの来店回数を教えてください
|
<html> <head> <basefont face="MS UI Gothic,MS Gothic,Osaka"> <meta name="content-language" content="ja"> <meta http-equiv="content-type" content="text/html; charset=x-sjis"> <title>Html to CGI サンプルプログラム - アンケート</title> <style type="text/css"> body {margin:0 0 0 0;background-color:white;color:black} h3 {font-weight:900;font-size:19px;color:#db7093} a {color:gold;text-decoration:none} a:hover {color:#c1cdcd;text-decoration:none} </style> </head> <body> <br> <ul> <table width="780"> <td> <center> <b>アンケート<br><br></b> あなたの来店回数を教えてください<br> </center> <table border="0" cellspacing="2" cellpadding="0"> <!--INC-enq--> ※1 <tr><td height="5"></td></tr> </table> <center> このアンケートテーマへのコメントをお寄せください<br> </center> <table border="0" cellspacing="1" cellpadding="2"> <tr bgcolor="#db7093"> <th><span style="font-size:12px;color:white">ニックネーム</th> <th><span style="font-size:12px;color:white">コメント</th> </tr> <!--INC-com--> ※2 <tr><td height="5"></td></tr> <form method="POST" action="$script"> <tr> <td width="100"><input type="text" name="namae" size="16"></td> <td width="600"><input type="text" name="comment" size="100"> <input type="submit" value=" 送信 "><td> <tr> <input type="hidden" name="preview" value="-"> ※3 <input type="hidden" name="save" value="1"> ※4 <input type="hidden" name="fini" value="004"> ※5 <input type="hidden" name="mini" value="004"> ※6 <input type="hidden" name="nextp" value="../enq.html"> ※7 </form> </table> </td> </table> <br> </body> </html> ※1 ここにアンケート集計結果を取り込む ※2 ここにコメントを取り込む ※3 プレビュー画面を出さない ※4 このフォームのポストデータを保存 ※5 このフォームの「項目設定」番号 ※6 このフォームの「メール設定」番号 ※7 レスポンスページ